UNPKG

@mescius/dsimageviewer

Version:

Document Solutions Image Viewer

3 lines (2 loc) 155 B
/// <reference types="node" /> export declare function getPixels(url: string | Buffer, type: string, maxBufferLength: any, cb: Function): Promise<void>;