Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
/ use-downloads Public archive

A js utilities that contains all the methods for downloading files

License

Notifications You must be signed in to change notification settings

saqqdy/use-downloads

Repository files navigation

use-downloads

A js utilities that contains all the methods for downloading files

NPM version Codacy Badge Test coverage npm download gzip License

Sonar

This project has been moved to https://github.com/saqqdy/uni-use

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.0.0/dist/index.global.prod.js"></script>

Support & Issues

Please open an issue here.

License

MIT

About

A js utilities that contains all the methods for downloading files

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published