Is there a way to scaling a p5js sketch, while maintaining its pixel size? – Photoshop
I'm working on a project in p5.js where I need to be able to define obscure canvas sizes that are much bigger then my browser window. I essentially need to maintain a p5js pixel size (ex. 3840px, 1920px) but have…