UNPKG

@yhsoft/web-fabric

Version:

Web 组态 Vue 3 组件,可用于电力、制造等行业

45 lines (32 loc) 797 B
<p align="center"> <a href="https://rd-docs.yinghuasoft.com/"> <img width="200" src="https://rd-docs.yinghuasoft.com/svgs/rapid.svg"> </a> </p> <h1 align="center">Web Fabric</h1> <div align="center"> 电力 Web 组态 Vue 3 组件 </div> ### ✨ 特性 - 🌈 Vue 3 组件,丰富的 API 可随心定制 - 📦 支持 SVG 节点、图片节点,自定义 Vue 节点 - ⚙️ 编辑和只读两种模式可随意切换 - 🎨 可导出 SVG 和 PNG 图片 ### 兼容环境 - 现代浏览器 ### 示例 ![Demo](https://oss.yinghuasoft.com/assets/images/demo/web-fabric.png) ### 安装 ```bash npm install @yhsoft/web-fabric ``` ```bash pnpm add @yhsoft/web-fabric ``` ```bash yarn add @yhsoft/web-fabric ``` ### 用法 ```vue import { WebFabric } from "@yhsoft/web-fabric"; ```