0.1.1 • Published 6 years ago

@trinistr/svg-coloring v0.1.1

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
6 years ago

SVG colorer

A module to create colorable SVG images with color palette

Installation

`npm install @trinistr/svg-coloring`

Usage

var coloring = require('@trinistr/svg-coloring');
var colorer = coloring.createColorer({
	url: "image.svg", colors: ["red", "salmon", "black"]
});
document.body.appendChild(colorer);
0.1.1

6 years ago

0.1.0

6 years ago