You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

qiniu-web-uploader

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiniu-web-uploader

七牛上传模块

2.0.0
Source
npm
Version published
Weekly downloads
8
-69.23%
Maintainers
1
Weekly downloads
 
Created
Source

七牛上传模块Build Status

##功能

  • 压缩后上传

NPM

npm i qiniu-web-uploader

使用

import { UploaderQueue } from 'qiniu-web-uploader';

let queue = new UplUploaderQueue();
queue.push(file, uptoken); // file为input,只能压缩图片,uptoken为七牛上传凭证

queue.runUpload()

Keywords

qiniu

FAQs

Package last updated on 13 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts