add JS option

This commit is contained in:
Alexander Popov 2021-11-19 03:48:34 +03:00
parent c174bc588e
commit ca5c64c616
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@ canvas {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
/* JavaScript */
/* context.imageSmoothingEnabled = false; */