Fetches image data from a URL and returns it as a Uint8Array.
Uint8Array
The URL of the image.
A promise that resolves with the image data as a Uint8Array.
If the URL is not provided or the image data cannot be fetched.
Generated using TypeDoc
Fetches image data from a URL and returns it as a
Uint8Array
.