0.0.2 • Published 7 years ago

download_file v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

通过浏览器下载base64位文件到本地

.引用.

npm install download_file

.js使用说明.

var download = require('download_file');
download(uri,filename);
参数说明类型
uribase64位数据,包含文件类型string
filename生成的文件名string
0.0.2

7 years ago

0.0.1

7 years ago