mozdevs/MediaRecorder-examples

New example: Web Workers + Offscreen canvas processing + MediaRecorder

Opened this issue · 2 comments

sole commented

When we say "but don't use canvas on the main thread for serious work" we recommend using WebGL, or Web Workers. We need an example that does that.