@micrio/client 5.4.20 → 5.4.22
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 +1 -3
- package/micrio.min.js +4 -4
- package/package.json +1 -1
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.
|
|
7
|
+
export const VERSION = "5.4.22";
|
|
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.
|
|
@@ -308,8 +308,6 @@ declare module '@micrio/client' {
|
|
|
308
308
|
isJump?: boolean;
|
|
309
309
|
/** For Omni objects: the target image frame index to animate to. */
|
|
310
310
|
omniIndex?: number;
|
|
311
|
-
/** If true (for 360), ignores the `trueNorth` correction. */
|
|
312
|
-
noTrueNorth?: boolean;
|
|
313
311
|
/** If provided, interprets `view` relative to this sub-area. */
|
|
314
312
|
area?: Models.Camera.ViewRect;
|
|
315
313
|
/** If true, respects the image's maximum zoom limit during animation. */
|