started working on tools and sharing scene

This commit is contained in:
Yeicor
2024-02-10 18:35:38 +01:00
parent 21947d3cef
commit 85a401e9ec
9 changed files with 182 additions and 47 deletions

5
src/shims.d.ts vendored
View File

@@ -1,6 +1,3 @@
// Avoids typescript error when importing files
declare module '*.vue'
declare module 'import.meta' {
const url: string
export default url
}
declare module 'three-orientation-gizmo/src/OrientationGizmo'