Use data from node js file into html script tag

I am new to JavaScript and THREE.js

I want to use ‘.las’ file in three.js. but in three.js there is no ‘.las’ file loader.

so I have to use npm package ‘@loaders.gl/las’ for that.

I create express app and load that file and save it into variable.

now how can I export that data to my code where I have done my three js code

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.