UNPKG

piano-mp3

Version:

This is a repo for holding MP3 files for an acoustic piano, sampled directly from this [repo](https://github.com/gleitz/midi-js-soundfonts). These are exposed for use in another repo. The `/example` is a good show of what this repo can/will be used for.

12 lines (11 loc) 188 B
<!doctype html> <html> <head> <title>Sample App</title> </head> <body> <div id='root'> </div> <script crossorigin src="/static/bundle.js"></script> </body> </html>