mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +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 {
|
interface KernelEnum {
|
||||||
nearest: 'nearest';
|
nearest: 'nearest';
|
||||||
cubic: 'cubic';
|
cubic: 'cubic';
|
||||||
|
linear: 'linear';
|
||||||
mitchell: 'mitchell';
|
mitchell: 'mitchell';
|
||||||
lanczos2: 'lanczos2';
|
lanczos2: 'lanczos2';
|
||||||
lanczos3: 'lanczos3';
|
lanczos3: 'lanczos3';
|
||||||
|
|||||||
Reference in New Issue
Block a user