babylonjs-gltf2interface 5.26.1 → 5.27.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.
@@ -144,6 +144,10 @@ declare module BABYLON.GLTF2 {
144
144
  * PNG Mime-type
145
145
  */
146
146
  PNG = "image/png",
147
+ /**
148
+ * WEBP Mime-type
149
+ */
150
+ WEBP = "image/webp",
147
151
  }
148
152
 
149
153
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "babylonjs-gltf2interface",
3
3
  "description": "A typescript declaration of babylon's gltf2 interface.",
4
- "version": "5.26.1",
4
+ "version": "5.27.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/BabylonJS/Babylon.js.git"