Skip to content

Commit

Permalink
fix: bump jpeg quality (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed May 24, 2017
1 parent 5945332 commit e84530e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function getOptimizedNumBytes(url) {
canvas.width = img.width;
context.drawImage(img, 0, 0);

const jpeg = getTypeStats('image/jpeg', 0.85);
const jpeg = getTypeStats('image/jpeg', 0.92);
const webp = getTypeStats('image/webp', 0.85);

resolve({jpeg, webp});
Expand Down

0 comments on commit e84530e

Please sign in to comment.