viewer: break tile inspect into separate entrypoint [#49] (#379)

* viewer: break tile inspect into separate entrypoint [#49]

* fix tsc
This commit is contained in:
Brandon Liu
2024-03-15 12:44:43 +08:00
committed by GitHub
parent 1527d57d23
commit 08b2c5e3b1
7 changed files with 70 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tile Inspect</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="../src/TileInspect.tsx"></script>
</body>
</html>