Image resizing/transformation in Cloudflare Pages Functions
Cloudflare Pages Functions does not support Cloudflare Images resizing/transformation either directly or through a Worker via service binding. Instead, fetch()
from a Worker through a route.