fix(webp): GIFがループしない問題を修正 (MisskeyIO#988)
This commit is contained in:
parent
cdef7089e6
commit
44f2f12dce
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue