@viji-dev/core 0.3.15 → 0.3.16
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/{essentia-wasm.web-CvBoZF2z.js → essentia-wasm.web-BfRYq8Vx.js} +2 -2
- package/dist/{essentia-wasm.web-CvBoZF2z.js.map → essentia-wasm.web-BfRYq8Vx.js.map} +1 -1
- package/dist/{index-CeLhExPX.js → index-CcPOjcNA.js} +3 -3
- package/dist/{index-CeLhExPX.js.map → index-CcPOjcNA.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1900,7 +1900,7 @@ class EssentiaOnsetDetection {
|
|
|
1900
1900
|
this.initPromise = (async () => {
|
|
1901
1901
|
try {
|
|
1902
1902
|
const essentiaModule = await import("./essentia.js-core.es-DnrJE0uR.js");
|
|
1903
|
-
const wasmModule = await import("./essentia-wasm.web-
|
|
1903
|
+
const wasmModule = await import("./essentia-wasm.web-BfRYq8Vx.js").then((n) => n.e);
|
|
1904
1904
|
const EssentiaClass = essentiaModule.Essentia || essentiaModule.default?.Essentia || essentiaModule.default;
|
|
1905
1905
|
let WASMModule = wasmModule.default || wasmModule.EssentiaWASM || wasmModule.default?.EssentiaWASM;
|
|
1906
1906
|
if (!WASMModule) {
|
|
@@ -15288,7 +15288,7 @@ class VijiCore {
|
|
|
15288
15288
|
this.debugLog(`[Compositor] Mixer renderer type: ${mixerType}`);
|
|
15289
15289
|
sourceCores.forEach((source, index) => {
|
|
15290
15290
|
const sourceType = source.stats.rendererType;
|
|
15291
|
-
const flipY =
|
|
15291
|
+
const flipY = mixerType === "shader";
|
|
15292
15292
|
this.debugLog(`[Compositor] Source ${index}: ${sourceType} → ${mixerType}, flipY=${flipY}`);
|
|
15293
15293
|
source.enableAutoCapture({ flipY });
|
|
15294
15294
|
});
|
|
@@ -16258,4 +16258,4 @@ export {
|
|
|
16258
16258
|
VijiCoreError as b,
|
|
16259
16259
|
getDefaultExportFromCjs as g
|
|
16260
16260
|
};
|
|
16261
|
-
//# sourceMappingURL=index-
|
|
16261
|
+
//# sourceMappingURL=index-CcPOjcNA.js.map
|