UNPKG

@jeact/contrast-color

Version:

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

6 lines (5 loc) 140 B
import yiqColor from "./yiqColor"; var contrastColor = function (color) { return yiqColor(color); }; export default contrastColor;