0.0.6 • Published 5 years ago

blobdownload v0.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

blob 类型文件前端下载

1. 安装

npm install blobdownload -S

2. 引入

import blobdownload from 'blobdownload'

3.使用

blobdownload(data, type, fileName)

参数说明:

  • data ( 必需 | blob ): 需要下载的 blob 数据;
  • type ( 必需 | string ): 文件的类型,也就是扩展名;
  • fileName(可选 | string): 文件名。
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago