0.1.0 • Published 3 years ago

cordova-plugin-iconbuild v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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