template-project/node_modules/@jimp/js-tiff/dist/commonjs/index.d.ts
2025-05-30 18:13:30 +08:00

7 lines
212 B
TypeScript

import { Bitmap } from "@jimp/types";
export default function tiff(): {
mime: "image/tiff";
encode: (bitmap: Bitmap) => Buffer;
decode: (data: Buffer) => Bitmap;
};
//# sourceMappingURL=index.d.ts.map