UNPKG

lib-colors

Version:

Simple node.js library for work with colors

8 lines (6 loc) 106 B
import type { IHSL } from '../hsl.interface'; export const colorHSL: IHSL = { h: 0, s: 0, l: 0, };