We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9368696 commit 7ea9974Copy full SHA for 7ea9974
README.md
@@ -32,8 +32,9 @@ else:
32
33
if you want to keep pixelated look whatever the device screen size is use:
34
```py
35
+import sys, platform
36
if sys.platform == "emscripten":
- __import__('platform').window.canvas.style.imageRendering = "pixelated"
37
+ platform.window.canvas.style.imageRendering = "pixelated"
38
```
39
40
### Windows
0 commit comments