danigb/soundfont-player

Loading instruments via `require` or other compile-time means

Closed this issue · 2 comments

I'd like to include my instrument files in the application bundle using webpack or some other means to save an HTTP request on the client side and the requisite ajax call. Is there the possibility loading the soundfont instruments using an import or other similar method?

Any updates on this? Thank you!

I think we just used the assets via http request.