color-diff : Implemets the CIEDE2000 color difference algorithm, conversion between RGB and LAB color and mapping all colors in palette X to the closest or most different color in palette Y based on the CIEDE2000 difference.. You can installing color-diff 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 color-diff $ sudo npm install -g color-diff
If want to update the color-diff package execute the command as below,
$ sudo npm update color-diff
Update package globally,
$ npm install -g color-diff
$ sudo git clone https://github.com/rektide/color-diff.git
$ sudo npm install -g ./color-diff
color-diff@1.1.0 /usr/lib/node_modules/color-diff
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall color-diff
Package Name | color-diff |
Version | 1.1.0 |
Description | Implemets the CIEDE2000 color difference algorithm, conversion between RGB and LAB color and mapping all colors in palette X to the closest or most different color in palette Y based on the CIEDE2000 difference. |
Released Date | 2017-05-15T17:11:39.046Z |
Published by | markusn |
How to Learn | https://www.npmjs.com/package/color-diff/tutorial |