Replies: 1 comment
-
Wrong repo, sorry! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get gsplat working in a Nuxt 3 project. In the "Viewer" component I use this code:
However, i do get the error message
SPLAT.Viewer is not a constructor
. So I tried to extend thenuxt-config.ts
with threse lines of code:To no avail (adding gsplat as a module causes an error during the npm build pipeline).
Removing the
new
innew SPLAT.Viewer
changes the error message toSPLAT.Viewer is not a function.
.- I am truly confused!Please let me know how to solve that riddle! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions