UNPKG

fabric

Version:

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

7 lines 316 B
import { type TPointerEventInfo } from 'fabric'; /** * Coordinates the change to image to enter crop mode and returns * a function to exit crop mode */ export declare const enterCropMode: (this: (args: TPointerEventInfo) => void, { target }: TPointerEventInfo) => void; //# sourceMappingURL=enterCropMode.d.ts.map