README
motto-timer
项目介绍
简单易用的JS定时器
安装
- npm
npm install --save motto-timer
- cdn
- https://unpkg.com/motto-timer/release/bundle.js
<script src="https://unpkg.com/motto-timer/release/bundle.js"><script>
- 下载
简单易用的JS定时器
<script type="module">
import mottoTimer from 'https://cdn.skypack.dev/motto-timer';
</script>
简单易用的JS定时器
npm install --save motto-timer<script src="https://unpkg.com/motto-timer/release/bundle.js"><script>