2.1.0 • Published 4 years ago

rholor v2.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Rholor

A simple library to generate random hex colors

Use

const rh = require("rholor");
for(let i = 0; i < 100; i++ ){
    console.log(rh());
}

and you should get something like

~$ node color_loop.js
#FFDCCC
#85F3FB
#22700E
#45D730
#B84886
#3EF5C2
#EC63B5
#DA6FE5
#522F23
#002D85
#EB455C
#8BFFE2
#9ECB77
#021F34
#FE0B60
#58D91C
#F240D3
#172289
#78083A
...

Playground

Click here to play around on REPL.IT

License

Released under the MIT License.

2.1.0

4 years ago

2.0.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago