UNPKG

fabric

Version:

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

12 lines 277 B
import { Control } from 'fabric'; export declare const createImageCroppingControls: () => { ml: Control; mr: Control; mb: Control; mt: Control; tl: Control; tr: Control; bl: Control; br: Control; }; //# sourceMappingURL=croppingControls.d.ts.map