This tool makes it easy to compare different DPR/Quality parameters of images. The guardian will use this to work out what values to set for these parameters to get the optimum size/quality ratio.
The project is a static site built using Svelte and SvelteKit
Once you've created a project and installed dependencies with npm install, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of the app:
npm run buildYou can preview the production build with npm run preview.
This site is deployed using GitHub Actions.