{
  "src": {
    "description": "Path to image file"
  },
  "width": {
    "description": "Specify width of the image."
  },
  "height": {
    "description": "Specify height of the image."
  },
  "sizes": {
    "description": "Specify responsive reiszes. `sm:100vw md:50vw lg:400px`"
  },
  "provider": {
    "description": "Use other provider instead of default provider option specified in nuxt.config`"
  },
  "preset": {
    "description": "Presets are predefined sets of image modifiers that can be used create unified form of images in your projects."
  },
  "format": {
    "description": "In case you want to serve images in a specific format, use this prop. `webp`, `avif`, `jpeg`, `jpg`, `png`, `gif` and `svg`"
  },
  "quality": {
    "description": "The quality for the generated image(s)."
  },
  "fit": {
    "description": "The fit property specifies the size of the images. There are five standard values you can use with this property. `cover` `contain` `fill` `inside` `outside`"
  },
  "modifiers": {
    "description": "In addition to standard modifiers, every provider can have their own modifiers. `:modifiers=\"{ roundCorner: '0:100' }\"`"
  }
}
