UNPKG

counter-color

Version:

Helps to determine what color of text goes best for a given background, light or dark (and vice versa).

3 lines (2 loc) 105 B
import { ColorValue } from "./types"; export declare function colorLuminance(color: ColorValue): number;