christian-reichart / svg-chameleon

Easily modify stroke-widths and colors of your SVGs via CSS!
18 stars 4 forks source link

Use .json File for config #6

Closed TheJotob closed 4 years ago

TheJotob commented 4 years ago

For CI or Taskrunner it would be nice to have one js / json file, where you can put all the configuration.

Like you have a webpack.config.js it would be nice to have a chameleon.config.js(on) to be able to put all the configuration in one place. Otherwise predefined cli commands i.e. in the package.json might get very long and hard to read / maintain.

christian-reichart commented 4 years ago

Resolved in #8