UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

3 lines 225 B
import type { BasicTransformEvent, TModificationEvents } from '../EventTypeDefs'; export declare const fireEvent: (eventName: TModificationEvents, options: BasicTransformEvent) => void; //# sourceMappingURL=fireEvent.d.ts.map