UNPKG

khroma

Version:

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

19 lines (12 loc) 215 B
/* IMPORT */ import channel from '~/utils/channel'; import lang from '~/utils/lang'; import unit from '~/utils/unit'; /* MAIN */ const Utils = { channel, lang, unit }; /* EXPORT */ export default Utils;