gdsestimating / three-dxf

A dxf viewer for the browser using three.js
MIT License
538 stars 171 forks source link

No compatibility with latest versions of Three #59

Closed matndev closed 2 years ago

matndev commented 3 years ago

"ERROR in ./node_modules/three-dxf/src/index.js 472:36-47 "export 'Face3' (imported as 'THREE') was not found in 'three'"

during build time

Three.js version : 0.128.0 Three-dxf version : 1.0.1

bzuillsmith commented 3 years ago

Ah yes, looks like Face3 was removed. I haven't been using it in an ESM fashion so it wasn't coming up for me.