@gilboonet
How do I take a dxf file and put it through this code. replacing the 'shapes' variable with "let shapes = require('./lshape.dxf')" doesnt exactly work. I believe the code is expecting cuboid
for now I have used :
let bounds = measurements.measureBoundingBox(contents)
but not exactly sure what to do with the output.