Merge branch 'storybook' of https://github.com/misskey-dev/misskey into storybook
This commit is contained in:
commit
423a67fb06
|
@ -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 {
|
} finally {
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue