Non-animated GIF output defaults to no-loop #3394

This commit is contained in:
Lovell Fuller
2025-03-21 09:36:25 +00:00
parent 3fd818c4b5
commit 3e41f8b65e
5 changed files with 22 additions and 8 deletions

View File

@@ -296,6 +296,8 @@ const Sharp = function (input, options) {
withExif: {},
withExifMerge: true,
resolveWithObject: false,
loop: 1,
delay: [],
// output format
jpegQuality: 80,
jpegProgressive: false,