d3-color : Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch).. You can installing d3-color npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install d3-color $ sudo npm install -g d3-color
If want to update the d3-color package execute the command as below,
$ sudo npm update d3-color
Update package globally,
$ npm install -g d3-color
$ sudo git clone https://github.com/rektide/d3-color.git
$ sudo npm install -g ./d3-color
d3-color@1.0.3 /usr/lib/node_modules/d3-color
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-color
Package Name | d3-color |
Version | 1.0.3 |
Description | Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch). |
Released Date | 2017-03-10T18:12:28.998Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-color/tutorial |