1
0
forked from noxious/client

CSS improvement

This commit is contained in:
Dennis Postma 2024-09-29 01:39:54 +02:00
parent 9cf872b7e2
commit c31dada1f9

View File

@ -160,6 +160,8 @@ onBeforeUnmount(() => {
<style lang="scss">
canvas {
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
}
</style>