UNPKG

waifu2x

Version:

2x upscaling of images with waifu2x

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