@3cr/viewer-browser 0.0.7 → 0.0.9
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/.idea/workspace.xml +1 -1
- package/dist/Viewer3CR.js +8 -8
- package/dist/Viewer3CR.mjs +1 -9
- package/dist/Viewer3CR.umd.js +1 -1
- package/index.ts +1 -9
- package/package.json +3 -3
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -18332,15 +18332,7 @@ async function mw(e, t) {
|
|
|
18332
18332
|
Uy(n), n.mount(t), await fc(e);
|
|
18333
18333
|
}
|
|
18334
18334
|
async function gw(e) {
|
|
18335
|
-
await document.getElementById(Cv)?._instance.exposed.instanceLoaded(
|
|
18336
|
-
{
|
|
18337
|
-
Url: "https://webgl-3dr.singular.health/test_scans/8bdddee1-e581-485d-827d-6aa12eef2fc8/Head+Axial+Axial.3vxl",
|
|
18338
|
-
DecryptionKey: {
|
|
18339
|
-
Iv: "x856FgjpYDsRhIa3BFj5cg==",
|
|
18340
|
-
Key: "OWjSMiL/ewUV1V6fGybhKcTyiysTPsIMp2DjdVoOUGI="
|
|
18341
|
-
}
|
|
18342
|
-
}
|
|
18343
|
-
);
|
|
18335
|
+
await document.getElementById(Cv)?._instance.exposed.instanceLoaded(e);
|
|
18344
18336
|
}
|
|
18345
18337
|
if (globalThis.Viewer3CR)
|
|
18346
18338
|
for (const e of Object.keys(globalThis.Viewer3CR))
|