@viji-dev/core 0.3.18 → 0.3.19
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-yEo8eq6n.js → essentia-wasm.web-C7QoUtrj.js} +2 -2
- package/dist/{essentia-wasm.web-yEo8eq6n.js.map → essentia-wasm.web-C7QoUtrj.js.map} +1 -1
- package/dist/{index-BSQyI1F-.js → index-BKGarA3m.js} +2 -5
- package/dist/{index-BSQyI1F-.js.map → index-BKGarA3m.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1913,7 +1913,7 @@ class EssentiaOnsetDetection {
|
|
|
1913
1913
|
this.initPromise = (async () => {
|
|
1914
1914
|
try {
|
|
1915
1915
|
const essentiaModule = await import("./essentia.js-core.es-DnrJE0uR.js");
|
|
1916
|
-
const wasmModule = await import("./essentia-wasm.web-
|
|
1916
|
+
const wasmModule = await import("./essentia-wasm.web-C7QoUtrj.js").then((n) => n.e);
|
|
1917
1917
|
const EssentiaClass = essentiaModule.Essentia || essentiaModule.default?.Essentia || essentiaModule.default;
|
|
1918
1918
|
let WASMModule = wasmModule.default || wasmModule.EssentiaWASM || wasmModule.default?.EssentiaWASM;
|
|
1919
1919
|
if (!WASMModule) {
|
|
@@ -14747,9 +14747,6 @@ class VijiCore {
|
|
|
14747
14747
|
}
|
|
14748
14748
|
this.isInitializing = true;
|
|
14749
14749
|
this.debugLog(`Starting VijiCore initialization... (${this.instanceId})`);
|
|
14750
|
-
if (this.config.hostContainer) {
|
|
14751
|
-
this.config.hostContainer.innerHTML = "";
|
|
14752
|
-
}
|
|
14753
14750
|
this.iframeManager = new IFrameManager(
|
|
14754
14751
|
this.config.hostContainer || null,
|
|
14755
14752
|
this.config.resolution,
|
|
@@ -16320,4 +16317,4 @@ export {
|
|
|
16320
16317
|
VijiCoreError as b,
|
|
16321
16318
|
getDefaultExportFromCjs as g
|
|
16322
16319
|
};
|
|
16323
|
-
//# sourceMappingURL=index-
|
|
16320
|
+
//# sourceMappingURL=index-BKGarA3m.js.map
|