Migrate to SCAYLE image provider
Requirements
To use @scayle/nuxt-image-provider
, ensure you meet the following requirements:
- Nuxt: Version 3 or later.
- @nuxt/image: Installed and configured as a module in your Nuxt project.
Install SCAYLE Image Provider
Update Nuxt Configuration
The remaining legacy provider in the SFB under ~/providers/scayle
can be removed.
Update components
All NuxtImg and NuxtPicture compents with the SCAYLE provider should be change as follows.
NuxtImg
to ScayleImg
NuxtPicture
to ScaylePicture