fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
16 lines • 357 B
TypeScript
import { Control } from 'fabric';
export declare const createImageCroppingControls: () => {
tls: Control;
brs: Control;
trs: Control;
bls: Control;
mlc: Control;
mrc: Control;
mbc: Control;
mtc: Control;
tlc: Control;
trc: Control;
blc: Control;
brc: Control;
};
//# sourceMappingURL=croppingControls.d.ts.map