Introduction
Tool for generating tauri icon from a .png file
How to use
Install packages using npm first
$ npm install
Copy icon file that to root folder, and rename it to 1024x1024.png
Then run the command
$ node index.js
Finally, all tauri icons will be genereted to /outputs folder. Well done