Version:
function

fetchFromUrl

typescript
fetchFromUrl(url: string | URL): Promise<Image>

Parameters

NameTypeDescription
urlstring | URLThe remote URl to fetch an image from as string or

Returns

Promise<Image>

Was this page helpful?