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

2 lines
170 B
TypeScript
Raw Normal View History

2020-08-31 15:12:04 +02:00
export declare function awaitMediaLoaded(media: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement): Promise<unknown>;
//# sourceMappingURL=awaitMediaLoaded.d.ts.map