@seatlayer/core 0.51.0 → 0.53.0
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/LICENSE +16 -17
- package/README.md +8 -18
- package/dist/chunk-54A7LIL5.js +1 -0
- package/dist/chunk-IJI4WU57.js +1 -0
- package/dist/chunk-XPPT3OGQ.js +1 -0
- package/dist/core/seatConfidence.cjs +1 -76
- package/dist/core/seatConfidence.d.cts +1 -1
- package/dist/core/seatConfidence.d.ts +1 -1
- package/dist/core/seatConfidence.js +1 -51
- package/dist/de-75NWRKC5.js +1 -0
- package/dist/es-BM7EJ7PW.js +1 -0
- package/dist/fr-HPXQHIB4.js +1 -0
- package/dist/index.cjs +1 -12130
- package/dist/index.d.cts +169 -70
- package/dist/index.d.ts +169 -70
- package/dist/index.js +1 -9718
- package/dist/picker/minimapGeometry.cjs +1 -0
- package/dist/picker/minimapGeometry.d.cts +37 -0
- package/dist/picker/minimapGeometry.d.ts +37 -0
- package/dist/picker/minimapGeometry.js +1 -0
- package/dist/{types-DR54nqKL.d.cts → types-tLOunI-B.d.cts} +131 -1
- package/dist/{types-DR54nqKL.d.ts → types-tLOunI-B.d.ts} +131 -1
- package/dist/view/panoramaDelivery.cjs +1 -126
- package/dist/view/panoramaDelivery.js +1 -17
- package/dist/view3d/crossfade/panorama.cjs +1 -459
- package/dist/view3d/crossfade/panorama.d.cts +2 -4
- package/dist/view3d/crossfade/panorama.d.ts +2 -4
- package/dist/view3d/crossfade/panorama.js +1 -30
- package/dist/view3d/index.cjs +63 -6930
- package/dist/view3d/index.d.cts +82 -33
- package/dist/view3d/index.d.ts +82 -33
- package/dist/view3d/index.js +63 -6062
- package/package.json +15 -7
- package/dist/chunk-AZODENEL.js +0 -97
- package/dist/chunk-AZODENEL.js.map +0 -1
- package/dist/chunk-BE3F7CT3.js +0 -341
- package/dist/chunk-BE3F7CT3.js.map +0 -1
- package/dist/chunk-GD267BFB.js +0 -1496
- package/dist/chunk-GD267BFB.js.map +0 -1
- package/dist/core/seatConfidence.cjs.map +0 -1
- package/dist/core/seatConfidence.js.map +0 -1
- package/dist/de-V53JPFHN.js +0 -292
- package/dist/de-V53JPFHN.js.map +0 -1
- package/dist/es-37ISLCZA.js +0 -292
- package/dist/es-37ISLCZA.js.map +0 -1
- package/dist/fr-QKK2T64Q.js +0 -292
- package/dist/fr-QKK2T64Q.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/view/panoramaDelivery.cjs.map +0 -1
- package/dist/view/panoramaDelivery.js.map +0 -1
- package/dist/view3d/crossfade/panorama.cjs.map +0 -1
- package/dist/view3d/crossfade/panorama.js.map +0 -1
- package/dist/view3d/index.cjs.map +0 -1
- package/dist/view3d/index.js.map +0 -1
|
@@ -1,30 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
MAX_PITCH_DEG,
|
|
3
|
-
MAX_VFOV_DEG,
|
|
4
|
-
MIN_VFOV_DEG,
|
|
5
|
-
VFOV_DEG,
|
|
6
|
-
bearingToOffsetPx,
|
|
7
|
-
clampPanoramaFov,
|
|
8
|
-
clampPitchPx,
|
|
9
|
-
horizonOffsetPy,
|
|
10
|
-
isAuthoredSeatView,
|
|
11
|
-
mountPanorama,
|
|
12
|
-
seatViewDisclosure,
|
|
13
|
-
windowedBgHeight
|
|
14
|
-
} from "../../chunk-BE3F7CT3.js";
|
|
15
|
-
import "../../chunk-AZODENEL.js";
|
|
16
|
-
export {
|
|
17
|
-
MAX_PITCH_DEG,
|
|
18
|
-
MAX_VFOV_DEG,
|
|
19
|
-
MIN_VFOV_DEG,
|
|
20
|
-
VFOV_DEG,
|
|
21
|
-
bearingToOffsetPx,
|
|
22
|
-
clampPanoramaFov,
|
|
23
|
-
clampPitchPx,
|
|
24
|
-
horizonOffsetPy,
|
|
25
|
-
isAuthoredSeatView,
|
|
26
|
-
mountPanorama,
|
|
27
|
-
seatViewDisclosure,
|
|
28
|
-
windowedBgHeight
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=panorama.js.map
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-XPPT3OGQ.js";import"../../chunk-IJI4WU57.js";export{e as MAX_PITCH_DEG,c as VFOV_DEG,f as bearingToOffsetPx,d as clampPanoramaFov,i as clampPitchPx,h as horizonOffsetPy,b as isAuthoredSeatView,j as mountPanorama,a as seatViewDisclosure,g as windowedBgHeight};
|