aboutsummaryrefslogtreecommitdiff
path: root/static/assets
diff options
context:
space:
mode:
Diffstat (limited to 'static/assets')
-rw-r--r--static/assets/js/pages/about.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/assets/js/pages/about.js b/static/assets/js/pages/about.js
index a40fe09..89da329 100644
--- a/static/assets/js/pages/about.js
+++ b/static/assets/js/pages/about.js
@@ -13,7 +13,7 @@ img1.onload = function () {
ctx.drawImage(img1, 0, 0);
var pixelArr = ctx.getImageData(0, 0, w, h).data;
- sample_size = 8;
+ sample_size = 3;
for (let y = 0; y < h; y += sample_size) {
for (let x = 0; x < w; x += sample_size) {