UNPKG

lib-colors

Version:

Simple node.js library for work with colors

6 lines (4 loc) 94 B
import type { IGray } from '../gray.interface'; export const colorGray: IGray = { g: 0, };