UNPKG

lib-colors

Version:

Simple node.js library for work with colors

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