When trying to import depthkit in my project’s index.html I am running into the following error: "Uncaught SyntaxError: The requested module ‘/build/depthkit.js’ does not provide an export named ‘default’ "
I have loaded three js and am referencing the depthkit.js file from the build folder in the project directory as such:
I have also tried which gives me the following error: "Uncaught SyntaxError: Unexpected token ‘export’ (at depthkit.js:445:1) "
I am running my project on a local server.