git add clock basic renderer

This commit is contained in:
2022-02-08 16:05:12 +08:00
parent a7aae62233
commit 2550e2e14f
7 changed files with 251 additions and 44 deletions
+1
View File
@@ -2,6 +2,7 @@ div.main-canvas {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba($color: #000000, $alpha: .9);
div.canvas {
width: 100%;
+1 -1
View File
@@ -23,7 +23,7 @@ class Laboratory extends Component {
const canvas = document.createElement("canvas");
const renderer = new ClassicRenderer(canvas, {
clasName: "canvas"
className: "canvas"
});
console.log(renderer);