snipplets.dev/code/CSS/pixel-art.css
2023-09-26 22:05:13 +03:00

8 lines
134 B
CSS

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