UNPKG

@jeact/contrast-color

Version:

Simple function to get the contrast color for a text over some color

4 lines (3 loc) 125 B
import type { Color } from './types'; declare const contrastColor: (color: Color) => Color; export default contrastColor;