8 lines
134 B
CSS
8 lines
134 B
CSS
canvas {
|
|
image-rendering: crisp-edges;
|
|
image-rendering: pixelated;
|
|
}
|
|
|
|
/* JavaScript */
|
|
/* context.imageSmoothingEnabled = false; */
|