This is a demo project for the imgix talk at iJS 2023.
To get started, clone this repo, start the dev server, and open the browser to http://localhost:5173.
This repository includes examples of the following imgix features:
- AI Facial Detection
- AI Background Removal
- AI Super Resolution
- Automatic Format Selection
To add/remove imgix parameters:
- edit the
src/components/ProductGrid.tsxandsrc/data/products.tsfiles - add/remove parameters from the
imgixParamsobjects.
This project uses:
Create the project.
git clone <repo URL>Access the project directory.
cd imgix-ijs-2023-demoInstall dependencies.
pnpm installServe with hot reload at http://localhost:5173.
pnpm run devpnpm run lintpnpm run buildThis project is licensed under the MIT License.