Fix : canvas pixelated not working

This commit is contained in:
2024-05-24 20:56:36 +02:00
parent 76814efb18
commit a3630abf92
+1 -1
View File
@@ -128,6 +128,6 @@ onUnmounted(() => {
} }
#background.pixelated { #background.pixelated {
image-rendering: crisp-edges; image-rendering: pixelated;
} }
</style> </style>