Skip to content

gitdude49/cordova-icon-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors