Skip to content

Commit

Permalink
increase quality a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Krazete committed Apr 25, 2024
1 parent 0087219 commit b180480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion censor.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ censorStyle.innerHTML = `.censor {
var sensed;
var censors;
var af;
var quality = 1; /* higher = more pixels */
var quality = 1.5; /* higher = more pixels */

function onScreen(r) {
return r.right > 0 && r.bottom > 0 && r.left < innerWidth && r.top < innerHeight;
Expand Down

0 comments on commit b180480

Please sign in to comment.