Closed binyamin closed 5 years ago
Hi @b3u,
browser/midiplayer.js
is meant to be used in the browser via script tag as is, so guessing that's why you're seeing that issue. Try using the main entry point for the module; build/index.js
.
-Garrett
Thanks
I'm trying to use MidiPlayerJS in the browser. I installed it as an npm module, but when I use browserify to compile it, it gives me the following error:
I checked the module, and, sure enough, it's requiring a module (utils) which doesn't exist. Please advise.