Hello.
My web-app allows people to create Gaussian splats of objects around their house and view them within my embedded viewer. Currently it runs SparkJS and Three, but I want to switch to Supersplat since it looks much better visually.
I compiled the project from the Github repository and installed the necessary Node dependencies, but I am struggling to grasp how I should actually integrate it. Spark and Three have module files from an actual distribution build that easily let me import them and start coding right away, but I can’t find anything similar for Supersplat.
What are my options for direct integration into my site instead of adding onto the existing web-app that comes prebuilt with the Supersplat project? Is there a more barebones distribution build without all the extra features, or am I stuck having to tear out what I need from the built Github repository?