Add Magic Kernel Sharp (no relation) to resizing kernels

This commit is contained in:
Lovell Fuller
2025-06-15 12:53:10 +01:00
parent 8669fbc936
commit 9392b8702b
5 changed files with 10 additions and 0 deletions

2
lib/index.d.ts vendored
View File

@@ -1729,6 +1729,8 @@ declare namespace sharp {
mitchell: 'mitchell';
lanczos2: 'lanczos2';
lanczos3: 'lanczos3';
mks2013: 'mks2013';
mks2021: 'mks2021';
}
interface PresetEnum {