remove antialiasing from canvas code example Example: canvas disable antialiasing In Css you can do: #my-canvas { image-rendering: pixelated; }