model-viewer
model-viewer copied to clipboard
Enable video capture with MediaRecorder
If we exposed a captureStream method then our users could use MediaRecorder to capture video without any additional coordination on our side.
Our captureStream method would probably have to do two things:
- Force multi-context rendering
- Forward the result of invoking
captureStreamon the 2D canvas
Related Twitter thread: https://twitter.com/msolis488/status/1226713803343179776?s=20