UNPKG

lib-colors

Version:

Simple node.js library for work with colors

7 lines (6 loc) 91 B
export interface IHSL { h: number; s: number; l: number; a?: number | undefined; }