rgb2hex : lightweight rgb/rgba to hex parser. You can installing rgb2hex 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 rgb2hex $ sudo npm install -g rgb2hex
If want to update the rgb2hex package execute the command as below,
$ sudo npm update rgb2hex
Update package globally,
$ npm install -g rgb2hex
$ sudo git clone https://github.com/rektide/rgb2hex.git
$ sudo npm install -g ./rgb2hex
rgb2hex@0.1.0 /usr/lib/node_modules/rgb2hex
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rgb2hex
| Package Name | rgb2hex |
| Version | 0.1.0 |
| Description | lightweight rgb/rgba to hex parser |
| Released Date | 2014-04-22T02:51:05.455Z |
| Published by | christian-bromann |
| How to Learn | https://www.npmjs.com/package/rgb2hex/tutorial |