0.4.4 • Published 6 years ago

app-icons-no-imagemagick v0.4.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 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

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago