TypeScript: Ensure KernelEnum includes linear (#4441)

This commit is contained in:
Bayan Bennett 2025-08-21 01:35:41 -07:00 committed by GitHub
parent 8607ff2f4a
commit c01e272db5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
lib/index.d.ts vendored
View File

@ -1784,6 +1784,7 @@ declare namespace sharp {
interface KernelEnum { interface KernelEnum {
nearest: 'nearest'; nearest: 'nearest';
cubic: 'cubic'; cubic: 'cubic';
linear: 'linear';
mitchell: 'mitchell'; mitchell: 'mitchell';
lanczos2: 'lanczos2'; lanczos2: 'lanczos2';
lanczos3: 'lanczos3'; lanczos3: 'lanczos3';