mirror of
https://github.com/Floriansylvain/WhateverWebGPU.git
synced 2026-08-19 11:43:26 +02:00
fix: pixelated img rendering property for canvas
This commit is contained in:
@@ -7,3 +7,7 @@ body {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
canvas {
|
||||||
|
image-rendering: pixelated;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user