1.0.4 • Published 3 years ago

random-color-hex-generator v1.0.4

Weekly downloads
31
License
MIT
Repository
-
Last release
3 years ago

Random Color Hex Generator

Generates a random hex color

Installation

Use any package manager of your choice to install.

npm install random-color-hex-generator

or

yarn add random-color-hex-generator

Usage

import generateHexColor from 'random-color-hex-generator'

const color = generateHexColor() // returns a hex code string(#eef563)

License

MIT