1.0.5 • Published 8 months ago

random-color-by-hex v1.0.5

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

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago