wepy-plugin-img2cloud

1.0.3 • Public • Published

wepy 图片转 base64 插件 或 上传到腾讯云

安装

npm install wepy-plugin-img2cloud --save-dev

配置wepy.config.js

module.exports.plugins = {
    'img2cloud': {
      mode:"qcloud",//base64:直接转为base64,qcloud:上传到腾讯云对象存储
      qcloud:{
        appId: '',
        bucket: '', // Bucket 名称
        secretId: '',
        secretKey: '',
        region: '' // 地区,sh,gz,tj
      }
    }
};

Readme

Keywords

none

Package Sidebar

Install

npm i wepy-plugin-img2cloud

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

16.8 kB

Total Files

6

Last publish

Collaborators

  • hxfdarling