t-mullen / video-stream-merger

Merge multiple video MediaStreams into one composite.
https://t-mullen.github.io/video-stream-merger/
MIT License
357 stars 81 forks source link

fix(result): change height computation #97

Closed 9hgg closed 1 year ago

9hgg commented 1 year ago

this.height was replaced by this.width in case of option absence.

hthetiot commented 1 year ago

Lgtm