Comparing version 0.8.3-rc.1 to 0.8.3-rc.2
{ | ||
"name": "webmscore", | ||
"version": "0.8.3-rc.1", | ||
"version": "0.8.3-rc.2", | ||
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -18,3 +18,3 @@ | ||
locateFile(path) { | ||
// %INJECTION_HINT% | ||
// %INJECTION_HINT_0% | ||
// fix loading the preload pack in Browsers and WebWorkers | ||
@@ -21,0 +21,0 @@ const prefix = typeof MSCORE_SCRIPT_URL == "string" |
@@ -24,2 +24,3 @@ // @ts-check | ||
+ '(' + shimDom.toString() + ')();' | ||
// %INJECTION_HINT_1% | ||
+ '(' + WebMscoreWorker.toString() + ')()' | ||
@@ -26,0 +27,0 @@ + '})()' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
37071668
8306