kittykatattack / sound.js

A micro-library to load, play and generate sound effects and music for games and interactive applications
300 stars 44 forks source link

demo bug #30

Open gultekinmg opened 4 years ago

gultekinmg commented 4 years ago

Uncaught ReferenceError: module is not defined at sound.js:160

shaise commented 3 years ago

yes, this happens to me as well, both in the demo page and my custom tests. any solution?

Jibbon commented 3 years ago

Met too. Any word on this?

badtod commented 2 years ago

Open sound.js

Find:

var exports = module.exports = {};

Replace with:

var exports = {};

rthawkcom commented 1 year ago

This fixes the problem. Why hasn't it been added to the repo?