infojunkie / musicxml-player

A TypeScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI.
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
34 stars 6 forks source link

Remove node 18 dependency #18

Closed infojunkie closed 1 year ago

infojunkie commented 1 year ago

Node 18 is needed to successfully run the tests, because it includes the global.Response class. Remove this dependency to allow node 16 to work.