Hi, I just started playing around with the demo, it's really cool 🙏!
One thing I would suggest, though, is to add image-rendering: pixelated; or image-rendering: crisp-edges; (depending on the browser) to the <canvas> in the web app to avoid the blur that can be seen on the scaled-up versions right now.
Hi, I just started playing around with the demo, it's really cool 🙏!
One thing I would suggest, though, is to add
image-rendering: pixelated;
orimage-rendering: crisp-edges;
(depending on the browser) to the<canvas>
in the web app to avoid the blur that can be seen on the scaled-up versions right now.