svg-pathdata
Version:
Manipulate SVG path data (path[d] attribute content) simply and efficiently.
6 lines • 298 B
JavaScript
export * from './SVGPathData.js';
export { encodeSVGPath } from './SVGPathDataEncoder.js';
export { SVGPathDataParser } from './SVGPathDataParser.js';
export { SVGPathDataTransformer } from './SVGPathDataTransformer.js';
export { SVGShapes } from './SVGShapes.js';
//# sourceMappingURL=index.js.map