first commit

This commit is contained in:
2026-02-23 16:25:54 +08:00
commit 328786d9e1
78 changed files with 20840 additions and 0 deletions

10
hs-web3d-core/.babelrc Normal file
View File

@@ -0,0 +1,10 @@
{
"presets": [
[
"@bable/env",
{
"modules": false
}
]
]
}