UNPKG

khroma

Version:

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

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