@3cr/viewer-browser 0.0.21 → 0.0.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/dist/Viewer3CR.js +1 -1
- package/dist/Viewer3CR.mjs +8 -6
- package/dist/Viewer3CR.umd.js +1 -1
- package/package.json +1 -1
- package/playground/index.html +2 -2
- package/scripts/postPublish.js +2 -1
- package/scripts/postPublish.ts +3 -1
- package/src/App.vue +15 -6
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -18404,13 +18404,15 @@ const iw = J({
|
|
|
18404
18404
|
}), zw = /* @__PURE__ */ hn({
|
|
18405
18405
|
__name: "App",
|
|
18406
18406
|
setup(e, { expose: t }) {
|
|
18407
|
-
const n = Z(
|
|
18408
|
-
|
|
18409
|
-
|
|
18410
|
-
|
|
18411
|
-
|
|
18407
|
+
const n = Z(
|
|
18408
|
+
{
|
|
18409
|
+
Url: "https://webgl-3dr.singular.health/test_scans/8bdddee1-e581-485d-827d-6aa12eef2fc8/Head+Axial+Axial.3vxl",
|
|
18410
|
+
DecryptionKey: {
|
|
18411
|
+
Iv: "x856FgjpYDsRhIa3BFj5cg==",
|
|
18412
|
+
Key: "OWjSMiL/ewUV1V6fGybhKcTyiysTPsIMp2DjdVoOUGI="
|
|
18413
|
+
}
|
|
18412
18414
|
}
|
|
18413
|
-
|
|
18415
|
+
), l = Z(null);
|
|
18414
18416
|
t({
|
|
18415
18417
|
loadInstance: o
|
|
18416
18418
|
});
|