add pixelart css to js

rename ST folder
This commit is contained in:
Alexander Popov 2021-07-02 14:37:33 +03:00
parent 7e4e40c4d0
commit 4ab955321e
3 changed files with 4 additions and 0 deletions

4
JavaScript/README.md Normal file
View File

@ -0,0 +1,4 @@
Pixel-Art
```css
canvas { image-rendering: crisp-edges; image-rendering: pixelated; }
```