Skip to content

Commit 874b432

Browse files
committed
update README
1 parent e19dee5 commit 874b432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ SVGPathCommander.isAbsoluteArray([['M', 0, 0], ['L', 50, 0]]);
139139
140140
Use treeshake and create a custom function to apply a 3D transformation using static methods:
141141
```ts
142-
import { parsePathString, getPathBBox, transformPath, pathToString } from 'svg-path-commander/util';
142+
import { parsePathString, getPathBBox, transformPath, pathToString } from 'svg-path-commander';
143143
144144
function myTransformFn(pathInput: string | PathArray, transformObject: TransformObject) {
145145
const path = parsePathString(pathInput);

0 commit comments

Comments
 (0)