snipplets.dev/CSS/pixel-art.css
2021-11-19 03:48:34 +03:00

8 lines
134 B
CSS

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