webcad-api/types/Loader/ImageLoader.d.ts

3 lines
205 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
export declare function LoadImageFromFile(blob: File): Promise<HTMLImageElement>;
export declare function LoadImageFromUrl(url: string): Promise<HTMLImageElement>;
//# sourceMappingURL=ImageLoader.d.ts.map