0.0.5 • Published 3 years ago

ansvgx v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

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悬浮按钮
TabButtonTab组件
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago