Integration between Bunny and the image module.
To use this provider you just need to specify the base URL of your project.
export default defineNuxtConfig({
image: {
bunny: {}
}
})
All the default modifiers from Bunny's documentation are available.
<NuxtImg
provider="bunny"
src="https://bunnyoptimizerdemo.b-cdn.net/bunny1.jpg"
height="512"
width="512"
:quality="90"
/>