canvas menu rendering

This commit is contained in:
2026-03-03 21:14:12 -06:00
parent 0c7164b768
commit a7f21add12
5 changed files with 365 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@react-three/fiber": "^9.5.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
@@ -21,7 +22,6 @@
"react-dom": "^19.2.4",
"react-scripts": "5.0.1",
"three": "^0.183.2",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
@@ -49,6 +49,8 @@
]
},
"devDependencies": {
"sass": "^1.97.3"
"@types/three": "^0.183.1",
"sass": "^1.97.3",
"typescript": "^5.9.3"
}
}