File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -82,4 +82,7 @@ Supported format names:
82
82
Type: ` any ` (depends on the parameter)<br >
83
83
Option for the output image. <br >
84
84
To get acquainted with all the available parameters, please take a look
85
- https://sharp.pixelplumbing.com/api-output#jpeg
85
+ https://sharp.pixelplumbing.com/api-output#jpeg
86
+
87
+ ### If you find a bug, please create an issue [ here] ( https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images/issues ) .
88
+ ### If this project was useful to you, you can give it a ★ in [ repository] ( https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images ) .
Original file line number Diff line number Diff line change 31
31
"engines" : {
32
32
"node" : " >=14.15.0"
33
33
},
34
+ "bugs" : {
35
+ "url" : " https://github.com/Ulyanov-programmer/gulp-sharp-optimize-images/issues"
36
+ },
34
37
"dependencies" : {
35
38
"sharp" : " ^0.31.3" ,
36
39
"through2" : " ^4.0.2" ,
You can’t perform that action at this time.
0 commit comments