Merge branch 'develop' into storybook

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-03 02:50:14 +09:00 committed by GitHub
commit a61fe9023f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ export class VideoProcessingService {
});
});
return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 280);
return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 422);
} finally {
cleanup();
}