UNPKG

khroma

Version:

A collection of functions for manipulating CSS colors, inspired by SASS.

13 lines (12 loc) 206 B
/* IMPORT */ import channel from './channel.js'; import lang from './lang.js'; import unit from './unit.js'; /* MAIN */ const Utils = { channel, lang, unit }; /* EXPORT */ export default Utils;