1.2.2 • Published 24 days ago

def-parse-ts v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
24 days ago

引入

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

24 days ago