плавность пришла?

This commit is contained in:
2026-07-25 01:43:47 +06:00
parent 5c80277851
commit fa1985c99c
3 changed files with 15 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export const useDevices = createGlobalState(() => {
return navigator.mediaDevices.getDisplayMedia({
audio: false,
video: {
width: { max: 2560 },
width: { max: 1920 },
height: { max: 1080 },
displaySurface: 'monitor',
frameRate: { ideal: fps, max: fps },