We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eba15b + 1a42a1f commit be2734eCopy full SHA for be2734e
dialoghelper/screenshot.js
@@ -14,7 +14,7 @@ function sendDataToServer(dataId, data) {
14
});
15
}
16
17
-async function streamToBlob(stream, maxWidth = 512, maxHeight = 512) {
+async function streamToBlob(stream, maxWidth = 1280, maxHeight = 1024) {
18
return new Promise((resolve, reject) => {
19
const video = document.createElement("video");
20
video.srcObject = stream;
0 commit comments