@3cr/viewer-browser 0.0.51 → 0.0.53

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.
@@ -18437,7 +18437,9 @@ const iw = U({
18437
18437
  }
18438
18438
  });
18439
18439
  let fr;
18440
- async function zw(e, t) {
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
  }