UNPKG

color2color

Version:

change one color format to another.

5 lines (4 loc) 101 B
module.exports = { rgb2hsv: require('./lib/rgb2hsv.js'), hsv2rgb: require('./lib/hsv2rgb.js') };