dxf-parse-ts

1.0.4 • Public • Published

引入

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);

输出

<script lang="ts" setup> import { ref,onMounted } from 'vue'; const svgContainer = ref(null); svgContainer.value = await toSVG(res.data);; </script>

Readme

Keywords

Package Sidebar

Install

npm i dxf-parse-ts

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

138 kB

Total Files

3

Last publish

Collaborators

  • fuzhouxuhuai