UNPKG

c0lor

Version:
21 lines (18 loc) 412 B
var index; module.exports = index = { rgb: require("./rgb"), RGB: require("./RGBInt"), hsv: require("./hsv"), Lab: require("./Lab"), LCh: require("./LCh"), XYZ: require("./XYZ"), xyY: require("./xyY"), white: require("./white"), space: { rgb: require("./space/rgb"), lab: require("./space/lab") } }; if (typeof window !== "undefined" && window !== null) { window.c0lor = index; }