UNPKG

svg-pathdata

Version:

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

5 lines 254 B
export * from './SVGPathData.js'; export { encodeSVGPath } from './SVGPathDataEncoder.js'; export { SVGPathDataParser } from './SVGPathDataParser.js'; export { SVGPathDataTransformer } from './SVGPathDataTransformer.js'; //# sourceMappingURL=index.js.map