Piotr Jaworski
Piotr Jaworski
OK so it seems that calling `URL.createObjectURL` with a `MediaStream` is deprecated, but all you need to do is to replace: ```js video.src = compatibility.URL.createObjectURL(stream); ``` with: ```js video.srcObject =...
Duplicate of [#84](https://github.com/inspirit/jsfeat/issues/84)
You can always do ``` bower install https://github.com/zurb/twentytwenty.git#master --save ``` but you need to be SUPER careful about the versioning, as this repo has no version tags...