Headless mode & image transforms
A big thing would be if image transform urls can be requested with focal points and glide options.
It would be good if the response times don't get slower, when a lot of images are present in an entry. For srcset there can be up to 10 images (most of the times 3 image urls) for one asset in the json response. With many other image transform solutions implemented in other CMS this slows down the response time of, since the images have to be generated before the final image url can be output.
When using an external image provider the only thing needed is the raw asset path stored in the entries yaml file. e.g.: images/second-folder/third-folder/image-name.jpg.
Maybe some sort of global settings would be good, to configure the returned values of images would be good to switch between untransformed images (direct path to asset), glide transformed images (glide generated url) and external image provider (raw path from yaml) would be awesome.