babylonjs-loaders 8.32.0 → 8.32.2
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/babylonjs.loaders.d.ts
CHANGED
|
@@ -6371,6 +6371,12 @@ declare module BABYLON {
|
|
|
6371
6371
|
* (https://unpkg.com/fflate/umd/index.js)
|
|
6372
6372
|
*/
|
|
6373
6373
|
deflateURL?: string;
|
|
6374
|
+
/**
|
|
6375
|
+
* Instance of [fflate](https://github.com/101arrowz/fflate) to avoid
|
|
6376
|
+
* dynamically loading of the lib to global if needed, useful for bundler users.
|
|
6377
|
+
* @example import * as fflate from 'fflate';
|
|
6378
|
+
*/
|
|
6379
|
+
fflate?: unknown;
|
|
6374
6380
|
};
|
|
6375
6381
|
|
|
6376
6382
|
|