/ionic-resources

Gen icon and splash for Ionic

Primary LanguageJavaScriptMIT LicenseMIT

cordova-splash

Gitter

Base on https://github.com/AlexDisler/cordova-splash and https://github.com/AlexDisler/cordova-icon

Automatic splash screen and icon generator for Cordova(Ionic). Create a splash screen (2208x2208) and an icon (512x512) once in the resources folder of your Cordova project and use cordova-resgen to automatically crop and copy it for all the platforms your project supports (currenty works with iOS, Android and Windows 10).

Installation

$ sudo npm install cordova-resgen -g

Requirements

  • GraphicsMagick installed (Mac: brew install graphicsmagick, Debian/Ubuntu: sudo apt-get install graphicsmagick, Windows: See here)
  • At least one platform was added to your project (cordova platforms docs)
  • Cordova's config.xml file must exist in the root folder (cordova config.xml docs)

Usage

Create a splash.png and a 'icon.png' file in the root folder of your cordova project and run:

$ cordova-resgen

License

MIT