UNPKG

svg-pathdata

Version:

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

6 lines (5 loc) 254 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';