npm https://www.npmjs.com/package/phonegap-icon-splash-generator
git https://github.com/dylan0150/phonegap-icon-splash-generator
Auto generate splash screens and icons for a phongap ionic cordova 1.0 project from an icon.png. Including a splash.png will also generate splash screens from that image.
npm install phonegap-icon-splash-generator
cp node_modules/phonegap-icon-splash-generator/phonegap-icon-splash-generator.js .
cp node_modules/phonegap-icon-splash-generator/sizes.json .
- Create a resources/sources folder in the root of your project.
- Create store, icon, and splash folders inside sources.
- Place any splash/icon/store images in the relevant folders.
- The more aspect ratios you have the better, ideally 2:3, 3:4, 3:5, 4:5, 5:8, 1:2 in as high res as possible. (landscape also supported) file names do not matter.
- Run below command.
- Copy and paste the contents of iconsplash.xml into your config.xml file. You'll also want to add a default icon.png and splash.png
node phonegap-icon-splash-generator.js
Support for landscape splash screens other than just creating one from the given icon.v2 (as many as you want can be given)Option to provide background colour other than just white.v2 (now uses image background if present)
Author - Dylan Hanner
- Put 'icon.png' in the root of the folder. This should be 1024x1024.
- Put 'splash.png' in the root of the folder. This should be 640x1136
- Run below command.
- Copy and paste the contents of iconsplash.xml into your config.xml file.
node phonegap-icon-splash-generator.js