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 Fisheye {
|
||||
fishEye(opts?: { r: number }, cb?: ImageCallback<this>): this;
|
||||
fishEye(cb?: ImageCallback<this>): this;
|
||||
}
|
||||
|
||||
export default function (): Fisheye;
|
||||
Reference in New Issue
Block a user