fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
24 lines (23 loc) • 791 B
text/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';