wepy image plugin image to base64
npm install wepy-plugin-img2base64```
npm install wepy-plugin-img2base64 --save-dev
```
module.exports.plugins = {
'img2base64': {
css: true,
html: true,
path: './app/assets/images'
}
};