Skip to content
Snippets Groups Projects
Verified Commit 4ddb5698 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: small scaling change

parent 4f9ec93d
No related branches found
No related tags found
1 merge request!9Version 0.4.0 🍾
Pipeline #1337 passed
......@@ -38,13 +38,9 @@ export const Display: FC<DisplayProps> = ({
<div className="display-frame">
<canvas
id="display-canvas"
className="canvas"
className="display-canvas"
width={options.width * options.scale}
height={options.height * options.scale}
style={{
width: `${options.width}px`,
height: `${options.height}px`
}}
></canvas>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment