UNPKG

@thi.ng/color

Version:

Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets

6 lines (5 loc) 119 B
import { __lchCss } from "../internal/css.js"; const lchCss = (src) => __lchCss("lch", src, 100); export { lchCss };