URI:
       grayscale palette - webgbcam - [fork] gameboy webcam
  HTML git clone git://src.adamsgaard.dk/webgbcam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9204e28cb2a7e8ac2c4e3a497056d42f8e2ba3df
   DIR parent 4a17cd273a37de89be94693fdee1eaa84f5e752d
  HTML Author: Erin Pinheiro <hello@mynameiser.in>
       Date:   Sun, 25 Oct 2020 02:18:49 -0300
       
       grayscale palette
       
       Diffstat:
         M app.js                              |       7 +++++++
       
       1 file changed, 7 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/app.js b/app.js
       @@ -171,6 +171,13 @@ const palettes = [
                        [91, 207, 250],
                        [245, 171, 185],
                        [255, 255, 255]
       +        ],
       +        // grayscale - by mavica
       +        [
       +                [40, 40, 40],
       +                [104, 104, 104],
       +                [168, 168, 168],
       +                [252, 252, 252]
                ]
        ];