UNPKG

@diegoooo/pdf2pic

Version:

Fork of pdf2pic with proper DPI metadata (PixelsPerInch)

3 lines (2 loc) 101 B
import { ReadStream } from 'fs'; export declare function base64ToStream(base64: string): ReadStream;