chore: scaffold Vite + Vitest + PixiJS project

This commit is contained in:
2026-06-12 13:49:42 +00:00
parent e96d903bf8
commit b8920f3115
7 changed files with 1767 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Probability</title>
<link rel="stylesheet" href="/src/styles.css" />
</head>
<body>
<div id="stage"></div>
<aside id="panel"></aside>
<script type="module" src="/src/main.js"></script>
</body>
</html>