UNPKG

value-color

Version:

Library for working with colors. Includes RGB and HSL creation, gradients, and built-in names.

5 lines (3 loc) 65 B
/* @flow */ export type Int = number export type Float = number