gray-percentage : Convenience function to get a gray value by percentage e.g. gray(60) -> hsla(0,0%,100%,0.4). You can installing gray-percentage 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 gray-percentage $ sudo npm install -g gray-percentage
If want to update the gray-percentage package execute the command as below,
$ sudo npm update gray-percentage
Update package globally,
$ npm install -g gray-percentage
$ sudo git clone https://github.com/rektide/gray-percentage.git
$ sudo npm install -g ./gray-percentage
gray-percentage@2.0.0 /usr/lib/node_modules/gray-percentage
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gray-percentage
Package Name | gray-percentage |
Version | 2.0.0 |
Description | Convenience function to get a gray value by percentage e.g. gray(60) -> hsla(0,0%,100%,0.4) |
Released Date | 2016-08-16T17:58:21.184Z |
Published by | kylemathews |
How to Learn | https://www.npmjs.com/package/gray-percentage/tutorial |