aboutsummaryrefslogtreecommitdiff
path: root/static/assets/js/pages/about.js
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-03-19 21:02:02 -0400
committerBobby <[email protected]>2022-03-19 21:02:02 -0400
commitfce830d22c88304f2aa4ece29aa112a51ef224ba (patch)
tree79ffcfaaf5abe4f77aa249fba7d5974a1b334d71 /static/assets/js/pages/about.js
parent6b39a4fe480f38fc207125a4057714a1c87c9010 (diff)
downloadluciferreeves.github.io-fce830d22c88304f2aa4ece29aa112a51ef224ba.tar.xz
luciferreeves.github.io-fce830d22c88304f2aa4ece29aa112a51ef224ba.zip
change about picture
Diffstat (limited to 'static/assets/js/pages/about.js')
-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) {