1.2.6 • Published 6 years ago

imgupload58 v1.2.6

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

base64图片上传


安装

    npm i imgupload58 --save

使用

    import imgupload58 from 'imgupload58'
    imgupload58(base64,config)

参数说明

base64: 图片base64值

config: {

      path : '/nowater/jltx/',  //图片存储文件夹路径

      protocol : 'http',  //上传协议

      cdn: '//upload.58cdn.com.cn/json?rand=',  //图片CDN路径

      url: '//pic1.58cdn.com.cn',  //返回路径前缀

      headers: {}, //请求头

      compress: null //压缩比率 0-1

}

返回值

返回Promise对象,参数值为图片存储路径
1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago