main
Zynh0722 2024-05-06 07:44:08 -07:00
parent 32942c5be2
commit 7aa17a6fed
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 701 KiB

View File

@ -2,7 +2,6 @@ import Jimp from "jimp";
let image = await Jimp.read("./assets/Xbox_Controller_Blank.png");
image.resize(250, 250);
image.scale(0.5);
await image.writeAsync("test.png");