1.0.1 • Published 6 years ago

wepy-plugin-uploadimg v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

wepy-plugin-uploadimg

A plugin for wepy is used to upload images to sever and replace the link to url

Install

yarn add wepy-plugin-uploadimg --dev

config: {
  debugMode: false,
  delDistImg: true,
  limit: 1024,
  time: false,
  host: 'xxx',
  password: 'xxx',
  username: 'xxx',
  url: 'http://...',
  dirPath: '...',
}

useage 


import it and use nodejs use like


const UploadImg = require('./node_modules/wepy-plugin-uploadimg').default;

const uploadImgInstanse = new UploadImg({
  config: {
    ...
  },
});
uploadImgInstanse.UploadResoureFile();
1.0.1

6 years ago

1.0.0

6 years ago