Providers
IPX
IPX is the built-in and self hosted image optimizer for Nuxt Image.
Nuxt Image comes with a preconfigured instance of unjs/ipx - an open source, self-hosted image optimizer based on lovell/sharp.
Additional Modifiers
You can use additional modifiers supported by IPX.
Example:
<NuxtImg
src="/image.png"
:modifiers="{ grayscale: true, tint: '#00DC82' }"
/>