@dashdashzako/random-hex-color
v3.0.2
Published
Small utility to generate random hexadecimal color codes
Downloads
24
Readme
random-hex-color
Small utility to generate random hexadecimal color codes.
Installation
npm i @dashdashzako/random-hex-color
Usage
import { randomColor } from 'random-hex-color';
const theColor = randomColor();