canvas drawImage pixelated (pixel art) [duplicate]
This question already has answers here: Can I turn off antialiasing on an HTML <canvas> element? (16 answers) Closed last year. I am programming a mining game using HTML, CSS, and JavaScript (no external libraries). I am using the drawImage() canvas function to draw individual ore displays onto the canvas. I am attempting to apply […]