@z3dev
yes! It works fine for a proof of concept 🙂 and Nodejs's require(). Now I try to use the modules in manner of ES-6 import by using
and in myModel.js I would like to use ES-6 import to import @jscad/modeling and @jscad/regl-renderer.
How do you think about it? Is my approach ok or I should only use the Nodejs require()-Function?