w-ui-dwload
v1.0.10
Published
A tool of download in browser.
Downloads
10
Maintainers
Readme
w-ui-dwload
A tool of download in browser.
Documentation
To view documentation or get support, visit docs.
Example
To view some examples for more understanding, visit examples:
downloadPic: ex-downloadPic.html [source code]
downloadTable: ex-downloadTable.html [source code]
downloadLtdt: ex-downloadLtdt.html [source code]
downloadFile: ex-downloadFile.html [source code]
Installation
Using npm(ES6 module):
Note: w-ui-dwload is mainly dependent on
lodash-es
andwsemi
.
npm i w-ui-dwload
In a browser(UMD module):
Note: w-ui-dwload does not dependent on any package.
Add script for w-ui-dwload.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/w-ui-dwload.umd.js"></script>