This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

def-parse-ts

1.2.2 • 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 def-parse-ts

Weekly Downloads

1

Version

1.2.2

License

ISC

Unpacked Size

138 kB

Total Files

3

Last publish

Collaborators

  • fuzhouxuhuai