feat: use png instead of jpeg
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user