Skip to content

Instantly share code, notes, and snippets.

@CarlosDanielDev
Created August 13, 2021 18:44
Show Gist options
  • Save CarlosDanielDev/3fac4de445d3f8b9b3839c4653db949e to your computer and use it in GitHub Desktop.
Save CarlosDanielDev/3fac4de445d3f8b9b3839c4653db949e to your computer and use it in GitHub Desktop.
Pixelated Image canavs
.canvas-class {
image-rendering: pixelated;
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment