@babylonjs/loaders 7.37.2 → 7.39.0
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/package.json +3 -3
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/loaders",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.39.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"module": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"postcompile": "build-tools -c add-js-to-es6"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@babylonjs/core": "^7.
|
|
21
|
+
"@babylonjs/core": "^7.39.0",
|
|
22
22
|
"@dev/build-tools": "^1.0.0",
|
|
23
23
|
"@lts/loaders": "^1.0.0",
|
|
24
|
-
"babylonjs-gltf2interface": "^7.
|
|
24
|
+
"babylonjs-gltf2interface": "^7.39.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@babylonjs/core": "^7.0.0",
|
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Babylon.js Loaders module
|
|
2
2
|
|
|
3
|
-
For usage documentation please visit https://doc.babylonjs.com/
|
|
3
|
+
For usage documentation please visit https://doc.babylonjs.com/features/featuresDeepDive/importers/loadingFileTypes/.
|
|
4
4
|
|
|
5
5
|
# Installation instructions
|
|
6
6
|
|
|
@@ -20,4 +20,4 @@ import "@babylonjs/loaders/glTF";
|
|
|
20
20
|
|
|
21
21
|
This will extend Babylon's loader plugins to allow the load of gltf and glb files.
|
|
22
22
|
|
|
23
|
-
For more information you can have a look at our [ES6 dedicated documentation](https://doc.babylonjs.com/
|
|
23
|
+
For more information you can have a look at our [ES6 dedicated documentation](https://doc.babylonjs.com/setup/frameworkPackages/es6Support/).
|