1.5.1 • Published 6 months ago

use-downloads v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

use-downloads

A js utilities that contains all the methods for downloading files

NPM version Codacy Badge Test coverage npm download gzip License

Sonar

Installing

# use pnpm
$ pnpm install use-downloads

# use npm
$ npm install use-downloads --save

# use yarn
$ yarn add use-downloads

Usage

General use

import { download } from 'use-downloads'

download('url', options)
  1. by require
const { download } = require('use-downloads')

download('url', options)

Use CDN resource

<!-- head -->
<script src="https://unpkg.com/use-downloads@1.2.0/dist/index.global.prod.js"></script>

Support & Issues

Please open an issue here.

License

MIT

1.5.1

6 months ago

1.3.0-beta.1

11 months ago

1.1.0

11 months ago

1.5.0

7 months ago

1.4.0

10 months ago

1.3.0

11 months ago

1.0.0

11 months ago

1.0.0-alpha.0

11 months ago