1.1.3 • Published 4 years ago

get-random-color-hex v1.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Get a random color hex

Usage:

const ran = require("get-random-color-hex").hex;
console.log(ran)
// #FF0000

const ran = require("get-random-color-hex").color;
console.log(ran)
// Red

/*
----------------------
This next one gets a random color and gets a website with the random hex
*/

const ran = require("get-random-color-hex").colorwebsite;
console.log(ran)
// https://www.color-hex.com/color/ff0000

GitHub: https://github.com/noahalma/get-random-color-hex/

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago