chore: add jimp dependency, icon padding script, and update configuration
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
import { ImageCallback } from "@jimp/core";
|
||||
|
||||
interface Threshold {
|
||||
threshold(
|
||||
opts: {
|
||||
max: number;
|
||||
replace?: number;
|
||||
autoGreyscale?: boolean;
|
||||
},
|
||||
cb?: ImageCallback<this>
|
||||
): this;
|
||||
}
|
||||
|
||||
export default function (): Threshold;
|
||||
Reference in New Issue
Block a user