Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dqunbp committed Aug 28, 2024
1 parent aaaabfb commit 0375aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mosaic.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ async function mosaic512px(z, x, y, filters = {}) {
.modulate({
brightness: 0.95, // Avoid overly white pixels
})
.linear(1, -0.1) // Avoid overly black pixels
.png()
.toBuffer();

Expand Down

0 comments on commit 0375aa5

Please sign in to comment.