downloadfile

download file lib for browser.

Usage no npm install needed!

<script type="module">
  import downloadfile from 'https://cdn.skypack.dev/downloadfile';
</script>

README

downloadfile.js

Installation

npm i downloadfile --save

Usage

ES6

import downloadfile from 'downloadfile';

downloadfile('https://github.com/luqin/downloadfile.js/archive/master.zip');

# or 

downloadfile({
    url: 'https://github.com/luqin/downloadfile.js/archive/master.zip',
    data: {
        user: 'user'
    }
});