fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
14 lines • 810 B
TypeScript
export { changeWidth } from './changeWidth';
export { renderCircleControl, renderSquareControl } from './controlRendering';
export * from './commonControls';
export { dragHandler } from './drag';
export * from './polyControl';
export { rotationStyleHandler, rotationWithSnapping } from './rotate';
export { scaleCursorStyleHandler, scalingEqually, scalingX, scalingY, } from './scale';
export { scaleOrSkewActionName, scaleSkewCursorStyleHandler, scalingXOrSkewingY, scalingYOrSkewingX, } from './scaleSkew';
export { skewCursorStyleHandler, skewHandlerX, skewHandlerY } from './skew';
export { getLocalPoint } from './util';
export { wrapWithFireEvent } from './wrapWithFireEvent';
export { wrapWithFixedAnchor } from './wrapWithFixedAnchor';
export * from './pathControl';
//# sourceMappingURL=index.d.ts.map