1.0.5 • Published 2 years ago

random-color-by-hex v1.0.5

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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago