UNPKG

@chayns/colors

Version:

JavaScript utility functions for the calculation of colors for chayns

5 lines (4 loc) 156 B
export * from './converter'; export * from './generator'; export { isHex, isRgb255, isRgb1, isHsl, isHsv, } from './utils/is'; export * from './utils/var';