Comparing version 0.2.5 to 0.2.6
@@ -208,9 +208,9 @@ import text from './glicol-engine' | ||
// wasm({env:{now:Date.now}}).then(res=>window._wasm=res); | ||
console.log("wasm func; we don't call it, just want the url",wasm) | ||
// console.log("wasm func; we don't call it, just want the url",wasm) | ||
let url = String(wasm).replaceAll(' ', '') | ||
console.log("wasm url remove all spaces:",url) | ||
// console.log("wasm url remove all spaces:",url) | ||
url = url.split(",\"/")[1]; | ||
console.log("wasm url trim prefix:",url) | ||
// console.log("wasm url trim prefix:",url) | ||
url = url.split("\")")[0] | ||
console.log("wasm url trim end:",url) | ||
// console.log("wasm url trim end:",url) | ||
// console.log("url",url) | ||
@@ -217,0 +217,0 @@ fetch(url) |
{ | ||
"name": "glicol", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "An easy-to-use audio engine for browser-based music apps.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2078892