feat: added threlte & threejs implementations

This commit is contained in:
Bart van der Braak 2023-07-29 14:32:25 +02:00
parent 908499271c
commit d199ec5305
10 changed files with 198 additions and 109 deletions

View file

@ -34,7 +34,9 @@
},
"type": "module",
"dependencies": {
"@threlte/core": "6.0.0-next.11",
"@threlte/extras": "5.0.0-next.16",
"@types/three": "^0.154.0",
"three": "^0.154.0"
"three": "^0.155.0"
}
}