UNPKG

lib-colors

Version:

Simple node.js library for work with colors

8 lines (6 loc) 110 B
import type { IRGB } from '../rgb.interface'; export const maxRGB: IRGB = { r: 255, g: 255, b: 255, };