UNPKG

lib-colors

Version:

Simple node.js library for work with colors

8 lines (6 loc) 110 B
import type { IHSL } from '../hsl.interface'; export const maxHSL: IHSL = { h: 360, s: 100, l: 100, };