loadImage
loadImage(
url
,options
?):Promise
<HTMLImageElement
>
Parameters
• url: string
URL representing an image
• options?: LoadImageOptions
= {}
image loading options
Returns
Promise
<HTMLImageElement
>
the loaded image.
loadImage(
url
,options
?):Promise
<HTMLImageElement
>
• url: string
URL representing an image
• options?: LoadImageOptions
= {}
image loading options
Promise
<HTMLImageElement
>
the loaded image.