mirror of
https://github.com/lovell/sharp.git
synced 2025-12-18 23:05:04 +01:00
TypeScript: Ensure KernelEnum includes linear (#4441)
This commit is contained in:
1
lib/index.d.ts
vendored
1
lib/index.d.ts
vendored
@@ -1784,6 +1784,7 @@ declare namespace sharp {
|
||||
interface KernelEnum {
|
||||
nearest: 'nearest';
|
||||
cubic: 'cubic';
|
||||
linear: 'linear';
|
||||
mitchell: 'mitchell';
|
||||
lanczos2: 'lanczos2';
|
||||
lanczos3: 'lanczos3';
|
||||
|
||||
Reference in New Issue
Block a user