ccp-eva / media-recorder

📹 DOM Independent, WebRTC JavaScript Utility Functions To View, Record, Playback A User’s Webcam
0 stars 0 forks source link

Fix ReferenceError: module is not defined #11

Closed kalaschnik closed 3 years ago

tourze commented 3 years ago

+1

kalaschnik commented 3 years ago

Hey @tourze, I entirely rewrote this package (hence the name as well). I’m using now a different bundle output, which also solves the error for: Fix ReferenceError: module is not defined For the records: This error appeared because there was CJS export syntax in the JavaScript file (module.exports) which JavaScript cannot digest.