ios-icon-resize
Create all required icons from one icon. Right size, right file name.
The default icon file names and required sizes for iOS are retrieved from the ios-icons module.
The files created have the default names as you might want to use them, for example, in config.xml
of a PhoneGap/Cordova project.
Install
$ npm install --save ios-icon-resize
Usage
var resize = ; ;
CLI
$ npm install --global ios-icon-resize
$ ios-icon-resize --helpCreate all required icons from one icon. Right size, right file name. Example $ ios-icon-resize -i path/to/icon.png -o path/to/output/
License
MIT © David Pfahler