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

8 lines
134 B
CSS
Raw Normal View History

2021-11-15 02:50:46 +03:00
canvas {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
2021-11-19 03:48:34 +03:00
/* JavaScript */
/* context.imageSmoothingEnabled = false; */