UNPKG

lib-colors

Version:

Simple node.js library for work with colors

5 lines (4 loc) 66 B
export interface IGray { g: number; a?: number | undefined; }