UNPKG

541 BJavaScriptView Raw
1import contrastColors from './index.js';
2
3export const createScale = contrastColors.createScale;
4export const luminance = contrastColors.luminance;
5export const contrast = contrastColors.contrast;
6export const binarySearch = contrastColors.binarySearch;
7export const minPositive = contrastColors.minPositive;
8export const ratioName = contrastColors.ratioName;
9export const BackgroundColor = contrastColors.BackgroundColor;
10export const Color = contrastColors.Color;
11export const Theme = contrastColors.Theme;
12
13export default contrastColors;