UNPKG

khroma

Version:

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

9 lines (8 loc) 155 B
/* IMPORT */ import channel from './channel.js'; /* MAIN */ const blue = (color) => { return channel(color, 'b'); }; /* EXPORT */ export default blue;