jimp-appicon

1.3.4 • Public • Published

jimp-appicon

NPM version Build Status Coveralls Status Dependency Status Downloads

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

Readme

Keywords

Package Sidebar

Install

npm i jimp-appicon

Weekly Downloads

1

Version

1.3.4

License

MIT

Last publish

Collaborators

  • davidfekke