@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.
- package/dist/artist-dts-p5.js +1 -1
- package/dist/artist-dts.js +1 -1
- package/dist/artist-global-p5.d.ts +12206 -12206
- package/dist/artist-global.d.ts +67 -67
- package/dist/artist-jsdoc.d.ts +3 -3
- package/dist/assets/{viji.worker-BeMqLpbi.js → viji.worker-DPYPVetq.js} +3573 -3413
- package/dist/docs-api.js +9804 -9804
- package/dist/{essentia-wasm.web-IBcodv5m.js → essentia-wasm.web-BdXqrou4.js} +2 -2
- package/dist/{index-DxIYcMJv.js → index-DfAcgMbB.js} +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as kn } from "./index-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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