js-file-download
Javascript function that triggers browser to save javascript-generated content to a file

js-file-download downloads js-file-download version js-file-download license

js-file-download類似パッケージ:
npmのダウンロードトレンド
3 年
🌟 js-file-downloadのREADME.mdにリアルタイム使用チャートを表示するには、以下のコードをコピーしてください。
## Usage Trend
[![Usage Trend of js-file-download](https://npm-compare.com/img/npm-trend/THREE_YEARS/js-file-download.png)](https://npm-compare.com/js-file-download#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 js-file-downloadのREADME.mdにGitHub Starsトレンドチャートを表示するには、以下のコードをコピーしてください。
## GitHub Stars Trend
[![GitHub Stars Trend of js-file-download](https://npm-compare.com/img/github-trend/js-file-download.png)](https://npm-compare.com/js-file-download)
統計詳細
パッケージ
ダウンロード数
Stars
サイズ
Issues
公開日時
ライセンス
js-file-download780,228927-105年前MIT
js-file-download のREADME

Javascript File Download

Javascript function to trigger browser to save data to file as if it was downloaded.

Installation

npm install js-file-download --save

Usage

var fileDownload = require('js-file-download');
fileDownload(data, 'filename.csv');