File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ Does not transmit the original. <br>
100
100
jpg_to_heif: {
101
101
param: value,
102
102
},
103
+ // you can also optimize images without changing the extension
104
+ jpg_to_jpg: {
105
+ param: value,
106
+ },
103
107
```
104
108
105
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 ) .
You can’t perform that action at this time.
0 commit comments