9 lines
442 B
TypeScript
9 lines
442 B
TypeScript
|
|
import { type TPointerEventInfo } from 'fabric';
|
||
|
|
/**
|
||
|
|
* Coordinates the change to image to enter crop mode and returns
|
||
|
|
* a function to exit crop mode
|
||
|
|
* This is a basic example for demos and your project may need persistent crop state,
|
||
|
|
* in that case make your own function.
|
||
|
|
*/
|
||
|
|
export declare const enterCropMode: (this: (args: TPointerEventInfo) => void, { target }: TPointerEventInfo) => void;
|
||
|
|
//# sourceMappingURL=enterCropMode.d.ts.map
|