/force-transfer

A JavaScript helper to force downloading file in the browser

Primary LanguageJavaScriptMIT LicenseMIT

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');