imagemagicked svg to png

I would like to find a bun compatible svg renderer at some point, but
for now this will have to do.
main
Zynh0722 2024-05-06 07:09:25 -07:00
parent e1156235d7
commit 32942c5be2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

View File

@ -1,6 +1,6 @@
import Jimp from "jimp";
let image = await Jimp.read("./assets/Xbox_Controller_Blank.svg");
let image = await Jimp.read("./assets/Xbox_Controller_Blank.png");
image.resize(250, 250);