1.2.2 • Published 11 months ago
def-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);
输出
1.2.2
11 months ago