fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
1 lines • 1.08 kB
Source Map (JSON)
{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/controls/index.ts"],"sourcesContent":["export {\n changeWidth,\n changeObjectWidth,\n changeHeight,\n changeObjectHeight,\n} from './changeWidth';\nexport { renderCircleControl, renderSquareControl } from './controlRendering';\nexport type { ControlRenderingStyleOverride } from './controlRendering';\nexport * from './commonControls';\nexport { dragHandler } from './drag';\nexport * from './polyControl';\nexport { rotationStyleHandler, rotationWithSnapping } from './rotate';\nexport {\n scaleCursorStyleHandler,\n scalingEqually,\n scalingX,\n scalingY,\n} from './scale';\nexport {\n scaleOrSkewActionName,\n scaleSkewCursorStyleHandler,\n scalingXOrSkewingY,\n scalingYOrSkewingX,\n} from './scaleSkew';\nexport { skewCursorStyleHandler, skewHandlerX, skewHandlerY } from './skew';\nexport { getLocalPoint } from './util';\nexport { wrapWithFireEvent } from './wrapWithFireEvent';\nexport { wrapWithFixedAnchor } from './wrapWithFixedAnchor';\nexport * from './pathControl';\n"],"mappings":""}