@3cr/viewer-browser 0.0.51 → 0.0.52
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/README2.md +201 -0
- package/dist/Viewer3CR.js +1 -1
- package/dist/Viewer3CR.mjs +3 -1
- package/dist/Viewer3CR.umd.js +1 -1
- package/index.html +1 -1
- package/index.ts +9 -2
- package/package.json +1 -1
- package/playground/index.html +1 -1
- package/.vite/deps/_metadata.json +0 -8
- package/.vite/deps/package.json +0 -3
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -18437,7 +18437,9 @@ const iw = U({
|
|
|
18437
18437
|
}
|
|
18438
18438
|
});
|
|
18439
18439
|
let fr;
|
|
18440
|
-
async function zw(e
|
|
18440
|
+
async function zw(e) {
|
|
18441
|
+
const t = document.createElement("div");
|
|
18442
|
+
t.style.width = "0", t.style.height = "0", document.body.appendChild(t);
|
|
18441
18443
|
const n = $h(Rw);
|
|
18442
18444
|
ub(n), fr = n.mount(t), await Fv(e);
|
|
18443
18445
|
}
|