micons
v0.0.8
Published
Node package to generate the sets of icons required by your mobile app. Supports Android & iOS.
Downloads
3
Readme
micons - Mobile icons generator
Node package to generate the sets of icons required by your app, mobile or desktop. The idea is to take a larger app icon(for ex. 512x512) and generate your app icons for all the resolutions in a single line.
Supports Android, iOS, OSX.
Dependencies
micons uses gm, check it here: https://www.npmjs.com/package/gm
Install
npm install -g micons
Usage
micons image_path output_path --android --ios --osx
Example
Simple example