UNPKG

svg-pathdata

Version:

Manipulate SVG path data (path[d] attribute content) simply and efficiently.

7 lines (6 loc) 298 B
export * from './SVGPathData.js'; export type * from './types.js'; export { encodeSVGPath } from './SVGPathDataEncoder.js'; export { SVGPathDataParser } from './SVGPathDataParser.js'; export { SVGPathDataTransformer } from './SVGPathDataTransformer.js'; export { SVGShapes } from './SVGShapes.js';