Expose WebP smartDeblock output option

This commit is contained in:
Lovell Fuller
2024-10-29 14:41:58 +00:00
parent 3154af776e
commit 8afec170ed
8 changed files with 38 additions and 1 deletions

View File

@@ -300,6 +300,7 @@ const Sharp = function (input, options) {
webpLossless: false,
webpNearLossless: false,
webpSmartSubsample: false,
webpSmartDeblock: false,
webpPreset: 'default',
webpEffort: 4,
webpMinSize: false,