fix(webp): GIFがループしない問題を修正 (MisskeyIO#988)

This commit is contained in:
あわわわとーにゅ 2025-05-12 22:01:50 +09:00 committed by GitHub
parent cdef7089e6
commit 44f2f12dce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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