We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c260a85 commit 0825a85Copy full SHA for 0825a85
README.md
@@ -100,6 +100,10 @@ Does not transmit the original. <br>
100
jpg_to_heif: {
101
param: value,
102
},
103
+// you can also optimize images without changing the extension
104
+jpg_to_jpg: {
105
+ param: value,
106
+},
107
```
108
109
### Supported format names:
@@ -112,4 +116,4 @@ jpg_to_heif: {
112
116
- `gif`
113
117
114
118
### If you find a bug, please create an issue [here](https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images/issues).
115
-### If this project was useful to you, you can give it a ★ in [repository](https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images).
119
+### If this project was useful to you, you can give it a ★ in [repository](https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images).
0 commit comments