face-api/build/dom/bufferToImage.d.ts

2 lines
120 B
TypeScript
Raw Normal View History

2020-08-18 14:04:33 +02:00
export declare function bufferToImage(buf: Blob): Promise<HTMLImageElement>;
//# sourceMappingURL=bufferToImage.d.ts.map