UNPKG

waifu2x

Version:

2x upscaling of images with waifu2x

8 lines (7 loc) 237 B
export declare const pdfImages: (pdf: string | Buffer | Uint8Array, options?: { width?: number; height?: number; base64?: boolean; pageNumbers?: number[]; type?: "jpg" | "png" | "webp" | "avif"; }) => Promise<any[]>;