download.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

download.js

NPM version Downloads Dependency status Dev Dependency status

A simple file downloader for JavaScript.

Installation

npm install --save download.js

Usage

Download text as file using the downloadText function:

import { downloadText } from 'download.js'
 
downloadText('file.txt', 'Lorem ipsum dolor sit amet')

To download a blob, one may use the downloadBlob function.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    513
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    513
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i download.js

Weekly Downloads

513

Version

1.0.0

License

ISC

Last publish

Collaborators

  • inker