spite / ccapture.js

A library to capture canvas-based animations at a fixed framerate
MIT License
3.59k stars 407 forks source link

Update webm-writer-js to 0.2.4 to fix non-functional "quality" parameter #103

Open thenickdude opened 4 years ago

thenickdude commented 4 years ago

Version 0.2.0 of webm-writer-js didn't pass the quality parameter properly to the browser, which rendered it non-functional. This PR updates to 0.2.4 which fixes that issue.

( https://github.com/thenickdude/webm-writer-js/issues/9 )