@trilmatic/random-color
v1.0.1
Published
Function for generating random hexadecimal color string
Readme
Random Color
NPM package for a function that returns a random hex color code
USAGE
const randomColor = require("@trilmatic/random-color");
console.log(randomColor());TESTING
npm run test