@craftily/image
Version:
A lightweight image filter utility for canvas using TypeScript.
7 lines • 403 B
TypeScript
import { DefaultControlProps, FilterOptions, MimeTypes } from '../types';
export declare const DEFAULT_CONTROL_VALUES: FilterOptions;
export declare const DEFAULT_CONTROL_OPTIONS: DefaultControlProps;
export declare const MIME_TYPES: MimeTypes;
export declare const EVENT_TYPE_CONTROL_CHANGE = "onControlChange";
export declare const EVENT_TYPE_RESET = "image-reset";
//# sourceMappingURL=index.d.ts.map