@3cr/viewer-browser 0.0.5 → 0.0.6
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.
|
@@ -18638,6 +18638,8 @@ async function gw(e) {
|
|
|
18638
18638
|
}
|
|
18639
18639
|
));
|
|
18640
18640
|
}
|
|
18641
|
+
for (const e of Object.keys(globalThis.moduleName))
|
|
18642
|
+
globalThis[e] = globalThis.moduleName[e];
|
|
18641
18643
|
export {
|
|
18642
18644
|
gw as loadViewer,
|
|
18643
18645
|
mw as registerViewer
|