UNPKG

@mescius/dsimageviewer

Version:

Document Solutions Image Viewer

6 lines (5 loc) 204 B
export declare const Image: { decode(arrayBuffer: any): any; encode(image: any, mime?: string): Promise<unknown>; }; export declare const parse: (data: any, mime?: string) => Promise<any[]>;