UNPKG

@argdown/node

Version:

Async Argdown application for node.js

5 lines (4 loc) 195 B
export declare const imageUtils: { getImage: (imagePath: string, baseDir?: string) => Promise<Buffer<ArrayBufferLike>>; getRemoteImage: (path: string) => Promise<Buffer<ArrayBuffer>>; };