UNPKG

jebcolors

Version:

npm module that contains colors, gradients and a class used to modify the colors or gradients

24 lines (22 loc) 456 B
export { Color, supercolor, GradientableColor, megacolor, upgradecolor, } from './Color' export { Gradient, supergradient, } from './Gradient' export type { HexadecimalColor, CodeType, CodeEvaluation, CSSColorName, HEX0F, HEX00FF, RGBAV, RED, GREEN, BLUE, RGBA, RGB, HUE, SATURATION, LIGHTNESS, HSL, LUMINANCE, JEB, ContrastObject, NormalizationType, } from './types'