Experience-Monks / audiobuffer-to-wav

convert an AudioBuffer to .wav format
MIT License
146 stars 23 forks source link

Bower #2

Open peterbsmyth opened 7 years ago

peterbsmyth commented 7 years ago

Would be helpful for my project to have this on bower

EnriqueSampaio commented 6 years ago

You can "install" any github project with Bower using the HTTPS clone project URL. In this case it would be:

bower install --save https://github.com/Jam3/audiobuffer-to-wav.git

For the record, I used that method.