1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/backend/middlewares/customtypings/jimp.d.ts

11 lines
202 B
TypeScript
Raw Normal View History

2018-03-31 03:30:30 +08:00
declare module 'jimp' {
function read(fileName);
2016-05-09 23:04:56 +08:00
2018-03-31 03:30:30 +08:00
const RESIZE_NEAREST_NEIGHBOR;
const RESIZE_BILINEAR;
const RESIZE_BICUBIC;
const RESIZE_HERMITE;
const RESIZE_BEZIER;
const AUTO: any;
2017-07-15 23:48:29 +08:00
}