oliver
Results
3
comments of
oliver
不要用pnpm 换成yarn
"three": "0.125.0", "three-dxf": "1.3.1",
It looks like the font library is loading asynchronously, so I added a delay to it,It worked! const ver = new Viewer(dxf, document.getElementById('cad-view'), width, height, font); setTimeout(()=> { ver.render() },...