0.4.4 • Published 5 years ago

app-icons-no-imagemagick v0.4.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

app-icons-no-imagemagick

A library to generate app icons and splash, mainly designed for use with cordova.

Also creates icons for appstore and google play.

Uses https://github.com/oliver-moran/jimp for image manupilation so it requires no external dependencies.

Usage

var appIcons = require('app-icons-no-imagemagick');

appIcons({
	// options
},function(){
	// done callback
});

Options

var defaultOptions = {
	iconImage : __dirname+"/icon.png",
	splashImage : __dirname+"/splash.png",
	targetPath : __dirname+"/resources/",
	progressCB : null, /* Called after every image is created */
	createStoreIcons : true,
	errorCB : null
};
0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

6 years ago

0.3.5

6 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago