cordova-plugin-iconbuild
v0.1.0
Published
A build plugin that creates application icons from a single SVG source file.
Downloads
5
Maintainers
Readme
cordova-plugin-iconbuild
Automatically build Cordova app icons from SVG source files.
usage
The plugin processes all <icon>
elements in config.xml
. It
looks for src
, foreground
, and background
attributes. If
the referenced icon doesn't exist, it will create it using
the corresponding svg file:
res/icon-src.svg
res/icon-foreground.svg
res/icon-background.svg