Closed strarsis closed 7 years ago
Deprecation warnings from sharp are logged when running gulp-responsive:
[...] quality: use jpeg({ quality: ... }), webp({ quality: ... }) and/or tiff({ quality: ... }) instead progressive: use jpeg({ progressive: ... }) and/or png({ progressive: ... }) instead withoutChromaSubsampling: use jpeg({ chromaSubsampling: "4:4:4" }) instead compressionLevel: use png({ compressionLevel: ... }) instead [...]
See also at https://github.com/lovell/sharp/blob/master/lib/output.js#L429.
Duplicate of #61.
However, I would really like to see this fixed :)
Deprecation warnings from sharp are logged when running gulp-responsive:
See also at https://github.com/lovell/sharp/blob/master/lib/output.js#L429.