rserota / wad

Web Audio DAW. Use the Web Audio API for dynamic sound synthesis. It's like jQuery for your ears.
MIT License
1.9k stars 160 forks source link

Support npm/browserify #19

Closed ahultgren closed 9 years ago

ahultgren commented 10 years ago

Just check if module.exports is available and set it to Wad. I can provide a pull request after this hackday is done :)

rserota commented 10 years ago

I would prefer you submit a pull request, mostly so that I can count you as a contributor.

When you do so, please also update the 'installation' section of the readme with a short snippet describing how you would use browserify to require Wad.js.

Thanks for contributing!