add JS option

This commit is contained in:
2021-11-19 03:48:34 +03:00
parent c174bc588e
commit ca5c64c616

View File

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