1
0

add atmosphere

This commit is contained in:
2025-11-20 12:57:07 +09:00
parent 5db2404d28
commit 754f97481a
18 changed files with 10344 additions and 958 deletions

View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<title>VRM Animation Preview</title>
<style>
html, body, #root { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }
</style>
<script type="module" crossorigin src="/pkg/atmosphere/assets/index-De4p6DE0.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>