dxf-parse-ts
v1.2.2
Published
dxf parse ts
Downloads
3
Readme
引入
import { toSVG,toParser,toDxfGroups } from 'dxf-parse-ts';
使用
const dxfPath = "http://example.com/intent.dxf"; const res = await axios.get(dxfPath); svgContainer.value = await toSVG(res.data);