babylonjs-gltf2interface
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -151,2 +151,6 @@ /* eslint-disable @typescript-eslint/naming-convention */ | ||
WEBP = "image/webp", | ||
/** | ||
* AVIF Mime-type | ||
*/ | ||
AVIF = "image/avif", | ||
} | ||
@@ -1209,2 +1213,11 @@ | ||
/** | ||
* Interfaces from the EXT_texture_avif extension | ||
*/ | ||
/** @internal */ | ||
interface IEXTTextureAVIF { | ||
source: number; | ||
} | ||
/** | ||
* Interfaces from the KHR_texture_transform extension | ||
@@ -1211,0 +1224,0 @@ */ |
{ | ||
"name": "babylonjs-gltf2interface", | ||
"description": "A typescript declaration of babylon's gltf2 interface.", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
49398
1285