Integration between Prepr and Nuxt Image.
To use this provider you just need to specify the projectName of your project in Prepr.
export default defineNuxtConfig({
  image: {
    prepr: {
      // E.g.: https://YourProjectName.prepr.io
      projectName: 'YourProjectName'
    }
  }
})
The Prepr provider supports a number of additional modifiers. For a full list, check out the Prepr documentation. All current transformations currently mentioned in Prepr docs are supported.
For the time being you might find the following links useful:
pixels or
bytes of images that are served from the CDN.The following more readable modifiers are supported, in addition to Prepr's native modifiers:
crop is equivalent to cformat is equivalent to formatheight is equivalent to hquality is equivalent to qwidth is equivalent to wfitIn addition to the values specified in the Prepr docs, which are respected, the
following options from the default fit behavior
are supported:
cover - this will behave like the Prepr modifier crop, when passed without
a value (defaults to centre)fit options are not supported by this provider.