This commit is contained in:
429Enjoyer
2026-06-09 06:06:52 +07:00
parent 31e9ecac35
commit 954cfe9d4f
53 changed files with 2910 additions and 912 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ async function generateIcon() {
.resize(1024, 1024)
.png()
.toFile(outputPath);
console.log('Icon generated:', outputPath);
console.log('Icon generated:', outputPath);
}
catch (error) {
console.error('Failed to generate icon:', error.message);
console.error('Failed to generate icon:', error.message);
process.exit(1);
}
}