We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60506a1 commit 64ab45cCopy full SHA for 64ab45c
README.md
@@ -74,11 +74,11 @@ sharpOptimizeImages({
74
Type: `object`<br>
75
An object that allows you to convert `all` images into images of a `specific type`.
76
<br>
77
-Optimizes and transmits the original.
+Also optimizes and transmits the original.
78
79
80
```js
81
-// example, all images will be converted to avif
+// example, all images will be converted to avif. The originals will also be optimized and transferred.
82
avif: {
83
param: value,
84
},
0 commit comments