UNPKG

fabric

Version:

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

7 lines 296 B
export * from './LayoutManager'; export * from './LayoutStrategies/ClipPathLayout'; export * from './LayoutStrategies/FitContentLayout'; export * from './LayoutStrategies/FixedLayout'; export * from './LayoutStrategies/LayoutStrategy'; export * from './types'; //# sourceMappingURL=index.d.ts.map