You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plug-and-play image optimization for Nuxt apps. Resize and transform your images using built-in optimizer or your favorite images CDN.
11
12
12
-
**Note:** This branch is for **Nuxt 3** compatible module. Checkout [`v0` branch](https://github.com/nuxt/image/tree/v0) for **Nuxt 2** support. ([Announcement](https://github.com/nuxt/image/discussions/548))
-`<nuxt-img>` drop-in replacement for the native <img> element
19
+
-`<nuxt-picture>` drop-in replacement for the native <picture> element.
20
+
- Built-in image resizer and transformer with [unjs/ipx](https://github.com/unjs/ipx)
21
+
- Support 20+ providers
22
+
- Generate responsive sizes
23
+
- Optimize using modern formats such as webp and avif
24
+
-[... and more](https://image.nuxtjs.0org)
25
+
26
+
## Nuxt 2
27
+
28
+
**Note:** This branch is for **Nuxt 3** compatible module. Checkout [`v0` branch](https://github.com/nuxt/image/tree/v0) for **Nuxt 2** support. ([Announcement](https://github.com/nuxt/image/discussions/548))
0 commit comments