fvilers / force-transfer

A JavaScript helper to force downloading file in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

force-download

A JavaScript helper to force downloading file in the browser

How to install

npm install @fvilers/force-download

or

yarn add @fvilers/force-download

How to use

const forceDownload = require('@fvilers/force-download');

forceDownload('https://somewhere.org/document.pdf', 'A file to download');

About

A JavaScript helper to force downloading file in the browser

License:MIT License


Languages

Language:JavaScript 100.0%