Fix #15876 絵文字がアニメーションしない問題を修正 (#15881)

This commit is contained in:
なっかあ 2025-04-27 09:16:41 +09:00 committed by GitHub
parent 5042a0aa8f
commit de073d6d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export const webpDefault: sharp.WebpOptions = {
smartSubsample: true,
mixed: true,
effort: 2,
loop: 0,
};
export const avifDefault: sharp.AvifOptions = {