TypeScript: Add smartDeblock definition to WebpOptions (#4387)

This commit is contained in:
Stephen Tse 2025-05-05 05:15:50 -07:00 committed by GitHub
parent 701143afb3
commit eba3e9aeb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
lib/index.d.ts vendored
View File

@ -1336,6 +1336,8 @@ declare namespace sharp {
nearLossless?: boolean | undefined;
/** Use high quality chroma subsampling (optional, default false) */
smartSubsample?: boolean | undefined;
/** Auto-adjust the deblocking filter, slow but can improve low contrast edges (optional, default false) */
smartDeblock?: boolean | undefined;
/** Level of CPU effort to reduce file size, integer 0-6 (optional, default 4) */
effort?: number | undefined;
/** Prevent use of animation key frames to minimise file size (slow) (optional, default false) */