I am working on a 2D profile extrusion for a web configurator tool but have run into a significant issue that I (as a junior programmer and newby Angular dev) can't figure out how to pull of and am looking for a more knowledgeable person to help...
The Github is this one: https://github.com/cmelange/ECL-3D-Components and I am trying to import it into an Angular 8 application. I've been trying to do it for 2 days now and can't make heads or tails of how to get it to work. When I try to run the example thats in the folder after downloading it doesn't even compile... (In particular the geometry_patio_example.html) I am missing the minified(built?) js files to run the library.
I am trying to run it without angular here, but I will need to get it into angular at some point... Any pointers and help are greatly appreciated. I am struggling to get it working... Note that I have not changed any code, All I have done is cloned the repository and tried to run its example. (Of course I have run npm install as well as npm build which is throwing an errorlog as well out of npm...)