/svg-icon-themer

Uses casperjs to captured generated svg assets for a given base asset and fill colour

Primary LanguageJavaScript

#svg icon themer

Usage

./run <svg_icon_name> <fill_color>

The svg icon name is a path to the svg file (can be absolute or relative) and the fill colour should be wrapped in a string. e.g.:

./run ../someicon.svg "#000"