UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

5 lines (4 loc) 255 B
export { CustomPath2D } from './common/custom-path2d'; export { divideCubic } from './common/segment/curve/cubic-bezier'; export { CurveContext } from './common/segment/curve/curve-context'; export type { ICustomPath2D, IPath2D } from './interface/path';