mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 02:30:12 +02:00
TypeScript: Add smartDeblock definition to WebpOptions (#4387)
This commit is contained in:
parent
701143afb3
commit
eba3e9aeb2
2
lib/index.d.ts
vendored
2
lib/index.d.ts
vendored
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user