[]
function convertImageToFormat(imageUrl, targetMimeType): Promise<Blob>;
Converts an image from a given URL to a specified format with the provided MIME type.
string
The URL of the image.
The desired MIME type for conversion.
Promise
<Blob
>