snipplets.dev/code/CSS/pixel-art.css

8 lines
134 B
CSS

canvas {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
/* JavaScript */
/* context.imageSmoothingEnabled = false; */