0.0.4 • Published 7 years ago

cordova-icon-generator v0.0.4

Weekly downloads
2
License
Unlicense
Repository
github
Last release
7 years ago

cordova-icon-generator

Node.js script to generate icons (iOS & Android) for Cordova.

The images sizes & filenames to be generated are hardcoded in this script.

Reference: Cordova documentation: Customize Icons

Feed this script an image (preferably high-resolution and rectangular) and it will generate the Icon images Cordova recommends for iOS and Android platform.

Required parameters:

  • -s (or --source): the source image
  • -o (or --output): the destination folder

Optional parameters:

  • -t (or --targets): filter the platform targets (ios|android)
  • -r (or --round): create rounded corners