1.2.2 • Published 1 year ago
dxf-parse-ts v1.2.2
引入
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);
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);