@gltf-transform/functions
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
@@ -26,3 +26,3 @@ /** | ||
* const io = new NodeIO(); | ||
* const document = io.read('input.glb'); | ||
* const document = await io.read('input.glb'); | ||
* | ||
@@ -35,3 +35,3 @@ * await document.transform( | ||
* | ||
* io.write('output.glb', document); | ||
* await io.write('output.glb', document); | ||
* ``` | ||
@@ -38,0 +38,0 @@ * |
{ | ||
"name": "@gltf-transform/functions", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -32,4 +32,4 @@ "homepage": "https://gltf-transform.donmccurdy.com/functions.html", | ||
"dependencies": { | ||
"@gltf-transform/core": "^2.0.0-alpha.2", | ||
"@gltf-transform/extensions": "^2.0.0-alpha.2", | ||
"@gltf-transform/core": "^2.0.0-alpha.3", | ||
"@gltf-transform/extensions": "^2.0.0-alpha.3", | ||
"gl-matrix": "~3.4.3", | ||
@@ -50,3 +50,3 @@ "ndarray": "^1.0.19", | ||
}, | ||
"gitHead": "cff0774a5f9a3a362706abcdf3f29e5a418c688e" | ||
"gitHead": "5df0b8794d0dd1dd4978f6bffae1a95a230353e3" | ||
} |
@@ -26,3 +26,3 @@ /** | ||
* const io = new NodeIO(); | ||
* const document = io.read('input.glb'); | ||
* const document = await io.read('input.glb'); | ||
* | ||
@@ -35,3 +35,3 @@ * await document.transform( | ||
* | ||
* io.write('output.glb', document); | ||
* await io.write('output.glb', document); | ||
* ``` | ||
@@ -38,0 +38,0 @@ * |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
474996