1.1.2 • Published 1 year ago
dxf-to-svg-ts v1.1.2
引入 import { toSVG } from 'dxf-to-svg-ts';
使用 const dxfPath = "http://example.com/intent.dxf"; const res = await axios.get(dxfPath,{responseType: 'arraybuffer'}); svgContainer.value = await toSVG(res.data);
输出