chromabar
v0.7.0
Published
A colorbar for d3 color scales
Downloads
15
Readme
chromabar
A JavaScript library for rendering color bars. Based on d3-scales and SVG. Also includes components for a color map editor.
Installation
To use the package as a library, install it with:
npm install --save chromabar
For development, clone the repository and run:
npm install # To install dependencies
npm run build # To compile the typescript sources
npm test # To run tests
Screenshots
Here are some examples of use, as output by the demo:
API
TODO