1
0
Fork 0
soundbox/README.md

193 B

soundbox

A super simple JS library for playing sound effects

To use:

var soundbox = new SoundBox();
soundbox.add("beep", "beep.wav");

// later....
soundbox.play("beep");