I'm trying to use this package with Deno, importing it via esm.sh, like this:
import * as m21j from "https://esm.sh/music21j@0.14.6"
console.log("m21j", m21j)
But I get the following erro:
error: Uncaught (in promise) ReferenceError: Audio is not defined
at https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:378:850
at https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:382:10470
at https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:382:10476
at https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:373:18569
at Object../node_modules/midicube/releases/midicube.js (https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:373:18574)
at rt (https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:383:1051430)
at Module../src/main.ts (https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:187:4536)
at rt (https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:383:1051430)
at https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:383:1052046
at https://esm.sh/v135/music21j@0.14.6/denonext/music21j.mjs:383:1052077
Any chance we can get this package compatible with Deno?
I'm trying to use this package with Deno, importing it via esm.sh, like this:
But I get the following erro:
Any chance we can get this package compatible with Deno?