README
Create App Icon
Create application icon for Android & iOS (Only tested on Mac OS)

Usage
Run with NodeJS
git clone
cd create-app-icon
yarn install
node index.js
Run without setup
Download binary from release
Drop your image into terminal & waiting it finish (Dimension should be 1024x1024)
Third-party
- Jimp - An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.
- fs-extra - Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
- Mime - A comprehensive, compact MIME type module.
License
- All original source code in this repo is MIT