cifkao / html-midi-player

🎹 Play and display MIDI files on the web
https://cifkao.github.io/html-midi-player/
BSD 2-Clause "Simplified" License
630 stars 56 forks source link

Hi, is there any plan to wrap it as a react component and support typescript? #30

Closed ch3nl00ng closed 2 years ago

ch3nl00ng commented 2 years ago

Really love the project, but could not figure out how to use it in React. How can I initialize a html midi player and load midi with Javascript?

Thanks

cifkao commented 2 years ago

I don't know much about react, so not sure how much I can help here, but you can check out for example this page about the interaction between React and Web Components.

Not sure if you have another question, but you mention TypeScript in the title. html-midi-player is written in TypeScript and provides type declarations.