UNPKG

romaine

Version:

React OpenCV Manipulation and Image Narration & Editing

7 lines 255 B
/** * Takes a file or a string, loads it and turns it into a DataURL * @param file as File | string * @returns DataURL (as string) */ export declare const readFile: (file: File | string) => Promise<string>; //# sourceMappingURL=readFile.d.ts.map