5 lines
71 B
CSS
5 lines
71 B
CSS
canvas {
|
|
image-rendering: crisp-edges;
|
|
image-rendering: pixelated;
|
|
}
|