@micrio/client 5.4.12 → 5.4.14

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.4.12";
7
+ export const VERSION = "5.4.14";
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.
@@ -963,6 +963,8 @@ declare module '@micrio/client' {
963
963
  tileBasePath?: string;
964
964
  /** Optional custom file extension for tiles */
965
965
  tileExtension?: string;
966
+ /** Optional watermark image URI */
967
+ watermark?: string;
966
968
  /** Force the `path` attribute to be used to get the info.json data */
967
969
  forceInfoPath?: boolean;
968
970
  /** The image settings, such as viewport/UI settings, camera and user event behavior