1
0
Fork 0
soundbox/README.md

499 B

soundbox

A super simple JS library for playing sound effects

  • Current size: 1.04kb
  • Current minified size: 0.64kb

To use:

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

// later....
soundbox.play("beep", function() {
	// do stuff
}); // the callback is optional

Download