@gltf-transform/extensions
Advanced tools
Comparing version 2.4.5 to 2.4.6
@@ -42,2 +42,3 @@ import { Extension, PropertyType, ReaderContext, WriterContext } from '@gltf-transform/core'; | ||
* import { NodeIO } from '@gltf-transform/core'; | ||
* import { reorder, quantize } from '@gltf-transform/functions'; | ||
* import { MeshoptCompression } from '@gltf-transform/extensions'; | ||
@@ -122,2 +123,4 @@ * import { MeshoptDecoder, MeshoptEncoder } from 'meshoptimizer'; | ||
* ```ts | ||
* import { MeshoptCompression } from '@gltf-transform/extensions'; | ||
* | ||
* doc.createExtension(MeshoptCompression) | ||
@@ -124,0 +127,0 @@ * .setRequired(true) |
{ | ||
"name": "@gltf-transform/extensions", | ||
"version": "2.4.5", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
"homepage": "https://gltf-transform.donmccurdy.com/extensions.html", | ||
"description": "Adds extension support to @gltf-transform/core", | ||
"author": "Don McCurdy <dm@donmccurdy.com>", | ||
"license": "MIT", | ||
"main": "dist/extensions.js", | ||
"module": "dist/extensions.modern.js", | ||
"source": "src/extensions.ts", | ||
"types": "dist/extensions.d.ts", | ||
"sideEffects": false, | ||
"browserslist": [ | ||
"defaults", | ||
"not IE 11", | ||
"node >= 14" | ||
], | ||
"scripts": { | ||
"dist": "microbundle --format modern,cjs", | ||
"watch": "microbundle watch --format modern,cjs", | ||
"watch:debug": "microbundle watch --no-compress --format modern,cjs" | ||
}, | ||
"keywords": [ | ||
"gltf", | ||
"3d", | ||
"model", | ||
"webgl", | ||
"threejs" | ||
], | ||
"dependencies": { | ||
"@gltf-transform/core": "^2.4.5", | ||
"ktx-parse": "^0.4.5" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"src/", | ||
"README.md", | ||
"package.json" | ||
], | ||
"gitHead": "866002c623e70ef732ce08b3d7bc2779e95e65c5" | ||
"name": "@gltf-transform/extensions", | ||
"version": "2.4.6", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
"homepage": "https://gltf-transform.donmccurdy.com/extensions.html", | ||
"description": "Adds extension support to @gltf-transform/core", | ||
"author": "Don McCurdy <dm@donmccurdy.com>", | ||
"license": "MIT", | ||
"main": "dist/extensions.js", | ||
"module": "dist/extensions.modern.js", | ||
"source": "src/extensions.ts", | ||
"types": "dist/extensions.d.ts", | ||
"sideEffects": false, | ||
"browserslist": [ | ||
"defaults", | ||
"not IE 11", | ||
"node >= 14" | ||
], | ||
"scripts": { | ||
"dist": "microbundle --format modern,cjs", | ||
"watch": "microbundle watch --format modern,cjs", | ||
"watch:debug": "microbundle watch --no-compress --format modern,cjs" | ||
}, | ||
"keywords": [ | ||
"gltf", | ||
"3d", | ||
"model", | ||
"webgl", | ||
"threejs" | ||
], | ||
"dependencies": { | ||
"@gltf-transform/core": "^2.4.6", | ||
"ktx-parse": "^0.4.5" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"src/", | ||
"README.md", | ||
"package.json" | ||
], | ||
"gitHead": "a5f0c23506dd0b43819535a2b6722569cd062b89" | ||
} |
@@ -67,2 +67,3 @@ import { | ||
* import { NodeIO } from '@gltf-transform/core'; | ||
* import { reorder, quantize } from '@gltf-transform/functions'; | ||
* import { MeshoptCompression } from '@gltf-transform/extensions'; | ||
@@ -159,2 +160,4 @@ * import { MeshoptDecoder, MeshoptEncoder } from 'meshoptimizer'; | ||
* ```ts | ||
* import { MeshoptCompression } from '@gltf-transform/extensions'; | ||
* | ||
* doc.createExtension(MeshoptCompression) | ||
@@ -161,0 +164,0 @@ * .setRequired(true) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
967281
7827
Updated@gltf-transform/core@^2.4.6