mk-ash
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

mk-ash

网站置灰

安装

npm install mk-ash

使用

参数说明

const date = ['5/12', '07/14', '12-13', '7-15']

es6

import ash from 'mk-ash'

// 启动
ash.start(date)

// 关闭
ash.stop()

commonjs

const ash = require('mk-ash')

// 启动
ash.start(date)

// 关闭
ash.stop()

js文件

<script src="./dist/main.js"></script>

<!-- 压缩 -->
<script src="./dist/main.min.js"></script>

<script>
    // 启动
    ash.start(date)

    // 关闭
    ash.stop()
</script>

获取版本号

import ash from 'mk-ash'

ash.version

Readme

Keywords

Package Sidebar

Install

npm i mk-ash

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

89.7 kB

Total Files

8

Last publish

Collaborators

  • mankeung