UNPKG

@vitbokisch/next-optimized-images

Version:

Automatically optimize images used in next.js projects (jpeg, png, gif, svg).

10 lines (6 loc) 318 B
# next-optimized-images Example This example showcases a basic setup of `next-optimized-images`. ## Setup 1. Run `npm install` 2. Run either `npm run build && npm start` to start it in the production mode, or `npm run dev` to start it in the development mode 3. Open the page in your browser: http://localhost:3000