UNPKG

react-mask-editor

Version:

General-purpose mask editor for React image manipulation apps

3 lines (2 loc) 128 B
export declare const toMask: (canvas: HTMLCanvasElement) => string; export declare const hexToRgb: (color: string) => number[];