UNPKG
@templatone/utils
Version:
latest (1.2.6)
1.2.6
1.2.5
1.2.3
1.2.2
1.2.0
1.1.0
Collection of useful Templatone utils.
github.com/templatone/utils
templatone/utils
@templatone/utils
/
lib
/
Images.d.ts
7 lines
(6 loc)
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
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>;
}