UNPKG

@iamsuz/color-kit

Version:

A toolkit to generate random colors and identify color names

9 lines (8 loc) 215 B
"use strict"; const { generateRandomColor } = require("./randomColor"); const { identifyColor, hexToRgb } = require("./identifyColor"); module.exports = { generateRandomColor, identifyColor, hexToRgb };