Dockerised Node script to convert input png to icns, ico and resized png icon sets.
Preferred approach is to run in a container in VS Code:
- Open in VS Code with Remote Development extension installed.
- Replace
input.png
with your icon image, preferably 1024x1024 pixels or a multiple of this. - Start an integrated terminal, and run
npm install
thennode index.js
. - You should see icons in
dist
folder.
Alternatively if you have Node 8 installed already, just npm install
and node index.js
in this directory.