mahnunchik / gulp-responsive

gulp-responsive generates images at different sizes
https://npmjs.com/gulp-responsive
MIT License
503 stars 60 forks source link

Allow passing undocumented output options #99

Closed TheDancingCode closed 6 years ago

TheDancingCode commented 6 years ago

Currently, filetype-specific output options that aren't mentioned in the readme of this plugin (e.g. lossless for .webp) don't get passed on to sharp. This PR adds support for these undocumented options.

Closes #81.