Hey there, I'm running into a few issues regarding images. First of all, when I use await getImage, it returns an object. I'm trying to return this image through an endpoint, so I'm doing this:
return fetch(new URL(image.src, request.url))
Is this the correct way?
Also, I'm running into an issue where when I add a width and height to my getImage, it doesn't seem to change the size.
EDIT: even the format parameter doesn't seem to work