|
1 | 1 | { |
2 | | - "src":{ |
3 | | - "description":"Path to image file" |
| 2 | + "src": { |
| 3 | + "description": "Path to image file" |
4 | 4 | }, |
5 | | - "width":{ |
6 | | - "description":"Specify width of the image." |
| 5 | + "width": { |
| 6 | + "description": "Specify width of the image." |
7 | 7 | }, |
8 | | - "height":{ |
9 | | - "description":"Specify height of the image." |
| 8 | + "height": { |
| 9 | + "description": "Specify height of the image." |
10 | 10 | }, |
11 | | - "sizes":{ |
12 | | - "description":"Specify responsive reiszes. `sm:100vw md:50vw lg:400px`" |
| 11 | + "sizes": { |
| 12 | + "description": "Specify responsive reiszes. `sm:100vw md:50vw lg:400px`" |
13 | 13 | }, |
14 | | - "provider":{ |
15 | | - "description":"Use other provider instead of default provider option specified in nuxt.config`" |
| 14 | + "provider": { |
| 15 | + "description": "Use other provider instead of default provider option specified in nuxt.config`" |
16 | 16 | }, |
17 | | - "preset":{ |
18 | | - "description":"Presets are predefined sets of image modifiers that can be used create unified form of images in your projects." |
| 17 | + "preset": { |
| 18 | + "description": "Presets are predefined sets of image modifiers that can be used create unified form of images in your projects." |
19 | 19 | }, |
20 | | - "format":{ |
21 | | - "description":"In case you want to serve images in a specific format, use this prop. `webp`, `jpeg`, `jpg`, `png`, `gif` and `svg`" |
| 20 | + "format": { |
| 21 | + "description": "In case you want to serve images in a specific format, use this prop. `webp`, `avif`, `jpeg`, `jpg`, `png`, `gif` and `svg`" |
22 | 22 | }, |
23 | | - "quality":{ |
24 | | - "description":"The quality for the generated image(s)." |
| 23 | + "quality": { |
| 24 | + "description": "The quality for the generated image(s)." |
25 | 25 | }, |
26 | | - "fit":{ |
27 | | - "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`" |
| 26 | + "fit": { |
| 27 | + "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`" |
28 | 28 | }, |
29 | | - "modifiers":{ |
30 | | - "description":"In addition to standard modifiers, every provider can have their own modifiers. `:modifiers=\"{ roundCorner: '0:100' }\"`" |
| 29 | + "modifiers": { |
| 30 | + "description": "In addition to standard modifiers, every provider can have their own modifiers. `:modifiers=\"{ roundCorner: '0:100' }\"`" |
31 | 31 | } |
32 | 32 | } |
0 commit comments