Simple image optimization server that efficiently resizes and converts images to high-quality, modern formats such as AVIF for improved website performance
Fork and deploy on Vercel
Get the optimized images from the following GET request
your-domain.com/ie/{url-of-image}?width={width-of-image}&format={format-of-image}
Default width is 368px and format is AVIF
You can add Cloudflare like services between your origin and clients to cache optimized images
- Limited options
- Can't convert large images to given image format (like AVIF). You have to send smaller width param as Vercel's serverless functions run for 5sec only
- This project has less stars 🤔