hex-rgb : Convert HEX color to RGB. You can installing hex-rgb 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 hex-rgb $ sudo npm install -g hex-rgb
If want to update the hex-rgb package execute the command as below,
$ sudo npm update hex-rgb
Update package globally,
$ npm install -g hex-rgb
$ sudo git clone https://github.com/rektide/hex-rgb.git
$ sudo npm install -g ./hex-rgb
hex-rgb@1.0.0 /usr/lib/node_modules/hex-rgb
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hex-rgb
Package Name | hex-rgb |
Version | 1.0.0 |
Description | Convert HEX color to RGB |
Released Date | 2014-07-27T13:35:05.331Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/hex-rgb/tutorial |