mirror of
https://github.com/lovell/sharp.git
synced 2025-08-24 05:31: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 {
|
interface KernelEnum {
|
||||||
nearest: 'nearest';
|
nearest: 'nearest';
|
||||||
cubic: 'cubic';
|
cubic: 'cubic';
|
||||||
|
linear: 'linear';
|
||||||
mitchell: 'mitchell';
|
mitchell: 'mitchell';
|
||||||
lanczos2: 'lanczos2';
|
lanczos2: 'lanczos2';
|
||||||
lanczos3: 'lanczos3';
|
lanczos3: 'lanczos3';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user