shop-components 0.1.46 → 0.1.48
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/dist/device-viewer/amr.d.ts +1 -0
- package/dist/shop-components.mjs +485 -473
- package/dist/shop-components.umd.js +277 -277
- package/dist/utils/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/utils/index.d.ts
CHANGED
|
@@ -5,3 +5,4 @@ export declare function arrayBufferToUrl(arrayBuffer: ArrayBuffer, mimeType: str
|
|
|
5
5
|
export declare function isAppleDevice(): boolean;
|
|
6
6
|
export declare function imageBitmapToPixiTexture(imageBitmap: ImageBitmap): Texture | undefined;
|
|
7
7
|
export declare function imageBitmapToUrl(imageBitmap: ImageBitmap): string | undefined;
|
|
8
|
+
export declare function calculateFocalLength(fov: number, sensorSize?: number): number;
|