UNPKG

khroma

Version:

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

13 lines (6 loc) 180 B
/* IMPORT */ import Channels from '~/channels'; /* MAIN */ const channels = new Channels ( { r: 0, g: 0, b: 0, a: 0 }, 'transparent' ); /* EXPORT */ export default channels;