UNPKG

fabric

Version:

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

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