@souldi/try-on 0.1.84 → 0.1.85

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.
@@ -7,12 +7,12 @@ var e = Object.freeze([
7
7
  "inseam",
8
8
  "shoulder_width",
9
9
  "torso_length"
10
- ]), t = Object.freeze(["height", ...e]), n = Object.freeze(new Set(["torso_length"]));
10
+ ]), t = Object.freeze(["height", ...e]), n = Object.freeze(/* @__PURE__ */ new Set(["torso_length"]));
11
11
  Object.freeze(Object.fromEntries(t.filter((e) => !n.has(e)).map((e) => [`declared_${e}_cm`, e])));
12
12
  //#endregion
13
13
  //#region src/mannequin3d.js
14
14
  async function r(t, n, r = []) {
15
- let [i, { GLTFLoader: a }] = await Promise.all([import("./mannequin-chunks/three.module-BqUhHzuP.mjs"), import("./mannequin-chunks/GLTFLoader-S0hpQWQS.mjs")]), o = !1, s = new i.Scene(), c = t.clientWidth || 300, l = t.clientHeight || 260, u = new i.WebGLRenderer({
15
+ let [i, { GLTFLoader: a }] = await Promise.all([import("./mannequin-chunks/three.module-BTc07Glh.mjs"), import("./mannequin-chunks/GLTFLoader-D8TDDHUI.mjs")]), o = !1, s = new i.Scene(), c = t.clientWidth || 300, l = t.clientHeight || 260, u = new i.WebGLRenderer({
16
16
  antialias: !0,
17
17
  alpha: !0
18
18
  });