@remotion/paths 3.2.35 → 3.2.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ A package providing utility functions for dealing with SVG paths. This package c
|
|
|
9
9
|
|
|
10
10
|
No dependencies are needed, meaning this package can be used independently of Remotion.
|
|
11
11
|
|
|
12
|
-
##
|
|
12
|
+
## API
|
|
13
13
|
|
|
14
14
|
- [`getLength()`](https://remotion.dev/docs/paths/get-length)
|
|
15
15
|
- [`getParts()`](https://remotion.dev/docs/paths/get-parts)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/paths",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.37",
|
|
4
4
|
"description": "Utility functions for SVG paths",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "b4b40f35b14bac31fbee5d35b95e7fad9f464c94"
|
|
39
39
|
}
|