ai / audio-recorder-polyfill

MediaRecorder polyfill to record audio in Edge and Safari
https://ai.github.io/audio-recorder-polyfill/
MIT License
583 stars 79 forks source link

No ES module in v0.3.7 npm package? #74

Closed tidoust closed 3 years ago

tidoust commented 3 years ago

JS files in the npm package for v0.3.6 were ES modules. JS files in the npm package for v0.3.7 are CommonJS modules, which won't work in browsers as-is. Was the change intended?

ai commented 3 years ago

Oops. Thanks for the report.

Fixed in 0.3.8.