I am making a canvas game and I wanted to know if there was any way to make my p5 sketches pixelated? I was wondering if there was anything easier than basically rewriting the p5js library.
I tried changing pixelDensity() to 0.1 and it caused the sketch to be blurry. what I see after changing pixelDensity to 0.1