Release package version 0.0.2
Some checks failed
CI / build (push) Failing after 16s

Added base rendering
This commit is contained in:
Andrey Kernichniy 2026-03-07 23:02:31 +07:00
parent 63818eb2b8
commit a100988848
7 changed files with 587 additions and 85 deletions

View file

@ -6,7 +6,8 @@
<title>Playground</title>
</head>
<body>
<h1>Hello world!</h1>
<h1>2D Canvas Renderer Playground</h1>
<canvas width="800" height="800" id="canvas"></canvas>
<script type="module" src="./index.ts"></script>
</body>