This is a demo of a custom Sirv image loader for the Next.js Image component.
install the packages with whatever package manager you prefer, eg
npm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.