1.0.1 • Published 3 years ago
@trilmatic/random-color v1.0.1
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
NPM package for a function that returns a random hex color code
const randomColor = require("@trilmatic/random-color");
console.log(randomColor());
npm run test