snipplets.dev/~/CSS/pixel-art.css
2022-04-03 09:04:24 +03:00

8 lines
134 B
CSS

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