feat: use png instead of jpeg

This commit is contained in:
amhsirak
2025-03-20 19:01:46 +05:30
parent f616c0af38
commit 0d68bdbf9e

View File

@@ -35,7 +35,7 @@ const SCREENCAST_CONFIG: {
compressionQuality: number; compressionQuality: number;
maxQueueSize: number; maxQueueSize: number;
} = { } = {
format: 'jpeg', format: 'png',
maxWidth: 1280, maxWidth: 1280,
maxHeight: 720, maxHeight: 720,
targetFPS: 30, targetFPS: 30,