1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

11 lines
202 B
TypeScript
Raw Normal View History

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