1.0.5 • Published 3 years ago

random-color-by-hex v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

random-color-by-hex

This package generate random hex color (for example #000000)

npm version npm downloads

:computer: Installation

Using npm:

$ npm i random-color-by-hex

In Node.js:

// Load the package
const hex = require("random-color-by-hex");

// Run this method
hex()  // A new color will be generated on each call.
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago