README
ansvgx
介绍 / Intro
基于adobe animate导出的svg图片,封装的一些组件和工具方法 。
安装 / Install
npm i ansvgx
import 整个包
import * as svgx from 'ansvgx'
import 单个组件
import {HoverButton} from 'ansvgx'
使用 / Use
const widget = new svgx.HoverButton(el);
组件 / Component
组件 | 说明 | 使用 | 备注 |
---|---|---|---|
HoverButton |
悬浮按钮 | ||
TabButton |
Tab组件 | ||