diff --git a/package.json b/package.json index 3807f56..4109a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/util", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "sideEffects": false, "main": "lib/index.js", diff --git a/src/path/index.ts b/src/path/index.ts index 9ff3d28..7c8d8c8 100644 --- a/src/path/index.ts +++ b/src/path/index.ts @@ -4,6 +4,7 @@ export { path2Absolute } from './convert/path-2-absolute'; export { clonePath } from './process/clone-path'; export { normalizePath } from './process/normalize-path'; export { reverseCurve } from './process/reverse-curve'; +export { arcToCubic } from './process/arc-2-cubic'; export { getPathBBox } from './util/get-path-bbox'; export { getTotalLength } from './util/get-total-length'; export { getPathBBoxTotalLength } from './util/get-path-bbox-total-length';