jimp-appicon
v1.3.4
Published
A module for creating AppIcons for iOS
Downloads
3
Readme
jimp-appicon
A module for creating AppIcons for iOS applications. This command line program uses native JavaScript image processing (Jimp), so it does not require any native extensions.
Have you gotten sick of creating the different iOS icon sized images in Photoshop or some other image editing application. Use this command line utility to create all of your icon assests.
Install
npm i -g jimp-appicon
Usage
appicon -s MyAppIcon.png
If you do not specify a source, Appicon will will default to a file named 'Appicon.png' in the same directory this command is run. Appicon will save a directory called 'Icons' into the directory where this command is run.
Once you are done, simply copy the 'Appicon.appiconset' directory into the 'Assets.xcassets' directory in your iOS xcode project.
License
Apache-2.0 © David Fekke