mirror of
https://github.com/lovell/sharp.git
synced 2025-08-23 21:21:40 +02:00
TypeScript: Ensure KernelEnum includes linear (#4441)
This commit is contained in:
parent
8607ff2f4a
commit
c01e272db5
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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user