https://edgio-community-examples-v7-image-optimization-live.glb.edgio.link
Edgio's image optimization feature can dynamically alter images to fit a site's design, experience, and performance needs, by applying transformations like resizing, blurring, or cropping based on the site's requirements. For instance, it can blur images beyond a visitor's free access limit on a paywalled site. It enhances performance by caching the transformed images at the network edge, reducing image processing time and delivering optimized images nearer to users.
- Clone the repository to your local machine.
- Run
npm install
in the repository directory.
After setting up the project, run npm run edgio:dev
to start a local development server to test the example functions.
To deploy the project to Edgio, use the command npm run edgio:deploy
. Note that deployment to Edgio requires you to be
logged into Edgio CLI which can be done via npm run edgio login
and following the instructions.
If you have any queries or face issues with this project, please don't hesitate to contact the Edgio team.