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