1.1.5 • Published 6 years ago

generate-app-images v1.1.5

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

generate-app-images

What:

This can take a single icon image and generate all of the icons and splash images you need for iOS and Android cordova apps.

How:

This exports a single function, writeImages(options?: Options).

Options:

{
    source: "./images/", // the folder where the source image(es) live
    fillColor: "", // the color to draw behind/around the image, default value is "". The special value "" (empty string) actually means we sample the top-left pixel and use that color
    applyGradientToIcons: true // whether to draw a gradient over the image to give it a 3d look
}
1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago