1.1.3 • Published 5 years ago

get-random-color-hex v1.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
5 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

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago