chore: add jimp dependency, icon padding script, and update configuration
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { ImageCallback } from "@jimp/core";
|
||||
|
||||
interface Dither {
|
||||
dither565(cb?: ImageCallback<this>): this;
|
||||
dither16(cb?: ImageCallback<this>): this;
|
||||
}
|
||||
|
||||
export default function (): Dither;
|
||||
Reference in New Issue
Block a user