Files
game-cards-poker-design/frontend/node_modules/fabric/dist-extensions/extensions/cropping_controls/enterCropMode.d.ts

9 lines
442 B
TypeScript
Raw Normal View History

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