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

2 lines
116 B
TypeScript
Raw Normal View History

2020-08-31 15:12:04 +02:00
export declare function fetchImage(uri: string): Promise<HTMLImageElement>;
//# sourceMappingURL=fetchImage.d.ts.map