canvas-record icon indicating copy to clipboard operation
canvas-record copied to clipboard

work with firefox?

Open simonbuehler opened this issue 3 years ago • 1 comments

nice package, firefox throws

Uncaught TypeError: Fehler beim Auflösen des Modulspezifierers "canvas-context". Relative Modulspezifierer müssen mit "./", "../" oder "/" beginnen. (error resolving ), is this chrome only?

simonbuehler avatar Apr 21 '21 09:04 simonbuehler

The error is unrelated (see https://github.com/guybedford/es-module-shims#usage). However, running the demo in FF currently throws: Uncaught (in promise) DOMException: MediaRecorder constructor: video/x-matroska;codecs=avc1 indicates an unsupported container so you might need to play with recorderOptions mimeType.

dmnsgn avatar May 22 '21 09:05 dmnsgn