README
svg-viewer
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
SVG查看器,支持Pan、Zoom、Fit、坐标系转换、线条粗细根据要求缩放动态变化。适用于图纸显示
<script type="module">
import wocsvgViewer from 'https://cdn.skypack.dev/wocsvg-viewer';
</script>
yarn install
yarn serve
yarn build
yarn lint