Add mixed and minSize animation options for WebP output

This commit is contained in:
Lovell Fuller
2022-07-12 14:51:03 +01:00
parent 1b84ccbbe9
commit d247c02762
8 changed files with 49 additions and 1 deletions

View File

@@ -251,6 +251,8 @@ const Sharp = function (input, options) {
webpNearLossless: false,
webpSmartSubsample: false,
webpEffort: 4,
webpMinSize: false,
webpMixed: false,
gifBitdepth: 8,
gifEffort: 7,
gifDither: 1,