chore: add jimp dependency, icon padding script, and update configuration
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
import { DecoderFn } from "@jimp/core";
|
||||
|
||||
interface Gif {
|
||||
mime: {
|
||||
"image/gif": string[];
|
||||
};
|
||||
|
||||
constants: {
|
||||
MIME_GIF: "image/gif";
|
||||
};
|
||||
|
||||
decoders: {
|
||||
"image/gif": DecoderFn;
|
||||
};
|
||||
}
|
||||
|
||||
export default function (): Gif;
|
||||
Reference in New Issue
Block a user