Created
August 13, 2021 18:44
-
-
Save CarlosDanielDev/3fac4de445d3f8b9b3839c4653db949e to your computer and use it in GitHub Desktop.
Pixelated Image canavs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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