UNPKG

fabric

Version:

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

6 lines 316 B
import type { TPointerEvent } from '../EventTypeDefs'; import { Point } from '../Point'; export declare const getPointer: (event: TPointerEvent) => Point; export declare const isTouchEvent: (event: TPointerEvent) => boolean; export declare const stopEvent: (e: Event) => void; //# sourceMappingURL=dom_event.d.ts.map