UNPKG

pdf2pic

Version:

A utility for converting pdf to image and base64 format.

8 lines (7 loc) 152 B
export declare type WriteImageResponse = { name?: string; size?: string; fileSize?: number; path?: string; page?: number; };