UNPKG

lib-colors

Version:

Simple node.js library for work with colors

9 lines (8 loc) 160 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maxHSL = void 0; exports.maxHSL = { h: 360, s: 100, l: 100, };