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.maxLAB = void 0; exports.maxLAB = { l: 100, a: 127, b: 127, };