I'm trying to get STEP files running with three.js user friendly, which means: without converting externally into .stl format and without exporting as .stl for usage.
I'm searching a way to either convert .step files to .stl files internally within javascript while the user is uploading his .step file or to directly use .step files with three.js.
I only found some converting examples with python(Converting a STEP file into an STL), which i cannot use because of not knowing how and wanting to do it with JS and some others writing something about node-occ(import .step file with three.js) which i don't even know exactly what it is...
If anyone could help me with that and can give me some tips I would be very happy. Thanks