@viji-dev/core 0.5.8 → 0.6.2

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.
@@ -1,4 +1,4 @@
1
- import { g as kn } from "./index-DxIYcMJv.js";
1
+ import { g as kn } from "./index-DfAcgMbB.js";
2
2
  function jn(Oe, ot) {
3
3
  for (var ve = 0; ve < ot.length; ve++) {
4
4
  const Z = ot[ve];
@@ -3374,4 +3374,4 @@ const xn = /* @__PURE__ */ kn(yi), Ln = /* @__PURE__ */ jn({
3374
3374
  export {
3375
3375
  Ln as e
3376
3376
  };
3377
- //# sourceMappingURL=essentia-wasm.web-IBcodv5m.js.map
3377
+ //# sourceMappingURL=essentia-wasm.web-BdXqrou4.js.map
@@ -536,7 +536,7 @@ class DB {
536
536
  }
537
537
  }
538
538
  }
539
- const oB = "" + new URL("assets/viji.worker-BeMqLpbi.js", import.meta.url).href, hB = new URL("assets/wasm/vision_wasm_internal.js", import.meta.url).href, RB = new URL("assets/wasm/vision_wasm_internal.wasm", import.meta.url).href, wB = new URL("assets/wasm/vision_wasm_nosimd_internal.js", import.meta.url).href, sB = new URL("assets/wasm/vision_wasm_nosimd_internal.wasm", import.meta.url).href;
539
+ const oB = "" + new URL("assets/viji.worker-DPYPVetq.js", import.meta.url).href, hB = new URL("assets/wasm/vision_wasm_internal.js", import.meta.url).href, RB = new URL("assets/wasm/vision_wasm_internal.wasm", import.meta.url).href, wB = new URL("assets/wasm/vision_wasm_nosimd_internal.js", import.meta.url).href, sB = new URL("assets/wasm/vision_wasm_nosimd_internal.wasm", import.meta.url).href;
540
540
  class FB {
541
541
  constructor(A, B, I) {
542
542
  this.iframeManager = A, this.sceneCode = B, this.init = I;
@@ -1519,7 +1519,7 @@ class YB {
1519
1519
  if (!this.isInitialized)
1520
1520
  return this.initPromise ? this.initPromise : (this.initPromise = (async () => {
1521
1521
  try {
1522
- const A = await import("./essentia.js-core.es-CC_3Ap1i.js"), B = await import("./essentia-wasm.web-IBcodv5m.js").then((g) => g.e), I = A.Essentia || A.default?.Essentia || A.default;
1522
+ const A = await import("./essentia.js-core.es-CC_3Ap1i.js"), B = await import("./essentia-wasm.web-BdXqrou4.js").then((g) => g.e), I = A.Essentia || A.default?.Essentia || A.default;
1523
1523
  let Q = B.default || B.EssentiaWASM || B.default?.EssentiaWASM;
1524
1524
  if (!Q)
1525
1525
  throw new Error("WASM module not found - check essentia-wasm.web.js export");
@@ -8332,4 +8332,4 @@ export {
8332
8332
  S as b,
8333
8333
  vB as g
8334
8334
  };
8335
- //# sourceMappingURL=index-DxIYcMJv.js.map
8335
+ //# sourceMappingURL=index-DfAcgMbB.js.map
package/dist/index.d.ts CHANGED
@@ -1167,11 +1167,11 @@ export declare interface FaceData {
1167
1167
  };
1168
1168
  /** Estimated head rotation. All zero unless face mesh is enabled. */
1169
1169
  headPose: {
1170
- /** Up/down rotation in degrees (-90..90). */
1170
+ /** Up/down rotation in degrees (-90..90). Positive = head looking up, negative = looking down. */
1171
1171
  pitch: number;
1172
- /** Left/right rotation in degrees (-90..90). */
1172
+ /** Left/right rotation in degrees (-90..90). Positive = head turned to the subject's right, negative = to the left. */
1173
1173
  yaw: number;
1174
- /** Tilt rotation in degrees (-180..180). */
1174
+ /** Tilt rotation in degrees (-180..180). Positive = head tilted to the subject's right (right ear toward right shoulder). */
1175
1175
  roll: number;
1176
1176
  };
1177
1177
  /** 52 ARKit-compatible facial muscle coefficients. All zero unless emotion detection is enabled. */
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as a, V as i, a as s, b as e } from "./index-DxIYcMJv.js";
1
+ import { A as a, V as i, a as s, b as e } from "./index-DfAcgMbB.js";
2
2
  export {
3
3
  a as AudioSystem,
4
4
  i as VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viji-dev/core",
3
- "version": "0.5.8",
3
+ "version": "0.6.2",
4
4
  "description": "Universal execution engine for Viji Creative scenes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",