1.0.4 • Published 1 year ago

@wendehua/svg v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

安装

1. 浏览器环境

<script src="vivace-tool.umd.min.js"></script>
const { sum } = vivaceTool

使用方式:

<script>
  let { sum } = vivaceTool;
  alert(sum(1, 2))
</script>

2. npm

npm install --save vivace-tool

使用方式:

import { sum } from 'vivace-tool'
alert(sum(1, 2))

3. node.js

npm install --save vivace-tool

使用方式:

var { sumn } = require('vivacedemo');
alert(sum(1, 2))

开源贡献

视频讲解

提交PR说明

从0搭建上手文档

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago