Plug-and-play image optimization for Nuxt apps. Resize and transform your images using built-in optimizer or your favorite images CDN.
- <nuxt-img>drop-in replacement for the native- <img>element
- <nuxt-picture>drop-in replacement for the native- <picture>element.
- Built-in image resizer and transformer with unjs/ipx
- Support 20+ providers
- Generate responsive sizes
- Optimize using modern formats such as webp and avif
- ... and more
Note: This branch is for Nuxt 3 compatible module. Checkout v0 branch for Nuxt 2 support. (Announcement)
- Clone this repository
- Enable Corepack using corepack enable
- Install dependencies using pnpm install
- Run pnpm dev:prepareto generate type stubs.
- Use pnpm devto start playground in development mode.
Published under the MIT License