Skip to content

Commit

Permalink
+aframe-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanxz committed Sep 3, 2023
1 parent 80c68b5 commit 0cf717a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/client-handler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ DeepClient.resolveDependency = async (path: string) : Promise<any> => {
return await import('./aframe/components/tick');
} else if (path == 'el-movement') {
return await import('./aframe/components/el-movement');
} else if (path == 'aframe-extras') {
return await import('aframe-extras');
} else {
return r(path);
}
Expand Down
20 changes: 20 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/react-cytoscapejs": "^1.2.2",
"aframe": "^1.4.2",
"aframe-environment-component": "^1.3.3",
"aframe-extras": "^7.0.0",
"aframe-forcegraph-component": "^3.0.8",
"aframe-react": "^4.4.0",
"axios": "^1.4.0",
Expand Down

0 comments on commit 0cf717a

Please sign in to comment.