mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
sharp: add "mitchell" kernel option
This commit is contained in:
Vendored
+1
@@ -947,6 +947,7 @@ declare namespace sharp {
|
||||
interface KernelEnum {
|
||||
nearest: "nearest";
|
||||
cubic: "cubic";
|
||||
mitchell: "mitchell",
|
||||
lanczos2: "lanczos2";
|
||||
lanczos3: "lanczos3";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user