chr15m / jsfxr

JavaScript sound effects generator.
http://sfxr.me
The Unlicense
271 stars 25 forks source link

Remove dependency to jQuery #9

Open ntoniazzi opened 2 years ago

ntoniazzi commented 2 years ago

Hello, I found this project very interesting, but the demo application is build upon an old, obsolete and insecure version of jQuery. In this PR, I removed the dependency to jQuery. The resulting page is almost identical the the previous version (tested on Firefox, Chrome and Edge). I also added a quick waveform visualization.

chr15m commented 2 years ago

Thank you, that's an interesting idea. I will try to find some time to review this.