Skip to content

Commit 175c4dc

Browse files
committed
update README
1 parent 153356d commit 175c4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ SVGPathCommander.isAbsoluteArray([['M', 0, 0], ['L', 50, 0]]);
137137
// result => true
138138
```
139139
140-
Create a custom function to apply a 3D transformation using static methods:
140+
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';
142+
import { parsePathString, getPathBBox, transformPath, pathToString } from 'svg-path-commander/util';
143143
144144
function myTransformFn(pathInput: string | PathArray, transformObject: TransformObject) {
145145
const path = parsePathString(pathInput);

0 commit comments

Comments
 (0)