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.tsx
andsrc/data/products.ts
files - add/remove parameters from the
imgixParams
objects.
This project uses:
Create the project.
git clone <repo URL>
Access the project directory.
cd imgix-ijs-2023-demo
Install dependencies.
pnpm install
Serve with hot reload at http://localhost:5173.
pnpm run dev
pnpm run lint
pnpm run build
This project is licensed under the MIT License.