UNPKG

@templatone/utils

Version:

Collection of useful Templatone utils.

7 lines (6 loc) 295 B
export declare class Images { static getFormFile(file: File): Promise<HTMLImageElement>; static getByPath(url: string): Promise<HTMLImageElement>; static getFromUrl(url: string): Promise<HTMLImageElement>; static waitToLoad(image: HTMLImageElement): Promise<HTMLImageElement>; }