v0.3.5
Time for another release! After much research, it looks like .mjs
is the preferred and chosen extension for ES6 modules - not .jsm
. This release updates to match the standard - fixing the demo in the process.
- soundbox.js - The main development version.
- soundbox.min.js - A minified version of the above.
- soundbox.jsm - An ES6 module-compatible version that's autogenerated. If you possibly can, I'd advise learning about about them. This is a useful resource.
- soundbox.jsm - A minified version of the above.