sound.js icon indicating copy to clipboard operation
sound.js copied to clipboard

demo bug

Open gultekinmg opened this issue 5 years ago • 4 comments

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

gultekinmg avatar Mar 26 '20 23:03 gultekinmg

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

shaise avatar Oct 08 '20 15:10 shaise

Met too. Any word on this?

Jibbon avatar Mar 16 '21 10:03 Jibbon

Open sound.js

Find:

var exports = module.exports = {};

Replace with:

var exports = {};

badtod avatar Apr 02 '22 15:04 badtod

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

rthawkcom avatar Sep 19 '22 19:09 rthawkcom