@micrio/client 5.3.4 → 5.3.5

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/micrio.min.d.ts CHANGED
@@ -4,7 +4,7 @@ declare module '@micrio/client' {
4
4
  * Defines the current version of the Micrio library.
5
5
  * This constant is used internally and exposed statically via `HTMLMicrioElement.VERSION`.
6
6
  */
7
- export const VERSION = "5.3.4";
7
+ export const VERSION = "5.3.5";
8
8
  /**
9
9
  * Loads an image texture asynchronously. Adds the request to the queue
10
10
  * and returns a Promise that resolves with the TextureBitmap or rejects on error.
@@ -2296,6 +2296,8 @@ declare module '@micrio/client' {
2296
2296
  * Resizes the framebuffer texture when the canvas size changes.
2297
2297
  */
2298
2298
  resize(): void;
2299
+ /** Disposes WebGL resources used by the PostProcessor. */
2300
+ dispose(): void;
2299
2301
  }
2300
2302
  /**
2301
2303
  * Handles user input events (mouse, touch, keyboard, wheel, gestures) for the Micrio viewer.