feat: use png from sharp
This commit is contained in:
@@ -531,7 +531,7 @@ export class RemoteBrowser {
|
|||||||
private async optimizeScreenshot(screenshot: Buffer): Promise<Buffer> {
|
private async optimizeScreenshot(screenshot: Buffer): Promise<Buffer> {
|
||||||
try {
|
try {
|
||||||
return await sharp(screenshot)
|
return await sharp(screenshot)
|
||||||
.jpeg({
|
.png({
|
||||||
quality: Math.round(SCREENCAST_CONFIG.compressionQuality * 100),
|
quality: Math.round(SCREENCAST_CONFIG.compressionQuality * 100),
|
||||||
progressive: true
|
progressive: true
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user