# w-ui-dwload
A tool of download in browser.

![language](https://img.shields.io/badge/language-JavaScript-orange.svg) 
[![npm version](http://img.shields.io/npm/v/w-ui-dwload.svg?style=flat)](https://npmjs.org/package/w-ui-dwload) 
[![license](https://img.shields.io/npm/l/w-ui-dwload.svg?style=flat)](https://npmjs.org/package/w-ui-dwload) 
[![npm download](https://img.shields.io/npm/dt/w-ui-dwload.svg)](https://npmjs.org/package/w-ui-dwload) 
[![npm download](https://img.shields.io/npm/dm/w-ui-dwload.svg)](https://npmjs.org/package/w-ui-dwload) 
[![jsdelivr download](https://img.shields.io/jsdelivr/npm/hm/w-ui-dwload.svg)](https://www.jsdelivr.com/package/npm/w-ui-dwload)

## Documentation
To view documentation or get support, visit [docs](https://yuda-lyu.github.io/w-ui-dwload/w-ui-dwload.html).

## Example
To view some examples for more understanding, visit examples:

> **downloadPic:** [ex-downloadPic.html](https://yuda-lyu.github.io/w-ui-dwload/examples/ex-downloadPic.html) [[source code](https://github.com/yuda-lyu/w-ui-dwload/blob/master/docs/examples/ex-downloadPic.html)]

> **downloadTable:** [ex-downloadTable.html](https://yuda-lyu.github.io/w-ui-dwload/examples/ex-downloadTable.html) [[source code](https://github.com/yuda-lyu/w-ui-dwload/blob/master/docs/examples/ex-downloadTable.html)]

> **downloadLtdt:** [ex-downloadLtdt.html](https://yuda-lyu.github.io/w-ui-dwload/examples/ex-downloadLtdt.html) [[source code](https://github.com/yuda-lyu/w-ui-dwload/blob/master/docs/examples/ex-downloadLtdt.html)]

> **downloadFile:** [ex-downloadFile.html](https://yuda-lyu.github.io/w-ui-dwload/examples/ex-downloadFile.html) [[source code](https://github.com/yuda-lyu/w-ui-dwload/blob/master/docs/examples/ex-downloadFile.html)]

## Installation

### Using npm(ES6 module):
```alias
npm i w-ui-dwload
```

### In a browser(UMD module):

Add script for w-ui-dwload.
```alias
<script src="https://cdn.jsdelivr.net/npm/w-ui-dwload@1.0.13/dist/w-ui-dwload.umd.js"></script>
```
