index.js 157 Bytes
Newer Older
Muddsair Sharif's avatar
Muddsair Sharif committed
1
2
3
export {default as color, rgb, hsl} from "./src/color";
export {default as lab, hcl} from "./src/lab";
export {default as cubehelix} from "./src/cubehelix";