veela4's picture
Upload folder using huggingface_hub
bf237c2 verified
import { Jimp, ImageCallback } from "@jimp/core";
interface Displace {
displace(map: Jimp, offset: number, cb?: ImageCallback<this>): this;
}
export default function (): Displace;