Files
game-cards-poker-design/frontend/node_modules/fabric/dist-extensions/extensions/cropping_controls/enterCropMode.d.ts
Poker Design Developer 5dbcebf7a2 Fix frontend blank page issues
- Fix router import path in main.js
- Handle Django REST Framework pagination format in API calls
- Add getTemplates function to project API
- Restart frontend development server
2026-05-31 18:40:56 +08:00

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