rvm-hexadecimal-code
v1.0.1
Published
Its used to provide random hexa decimal code
Downloads
2
Readme
Why we need?
Its mainly used to provide random hexa decimal color code for any element in HTML or CSS.
How to use?
Just import the package and get the random hexa decimal color
Run this command on your terminal:
npm i rvm-hexadecimal-code
Then you can require it into your project like this : const rcg = require('random-color-generator')
Now call the function "getRandomColor" from the module, It will return a random Hexadecimal Color Code.
Now you are ready to generate a random Hexa Decimal Color Code just call the function rcg() .
Example : console.log(rcg()) // Output will be something like "#16DB93"
Thanks for using my package!
R Marimuthu