vue-drawing-board
v1.0.19
Published
[![Build Status](https://badgen.net/travis/whb/vue-drawing-borad/master)](https://travis-ci.com/whb/vue-drawing-borad) [![NPM Download](https://badgen.net/npm/dm/@whb/vue-drawing-borad)](https://www.npmjs.com/package/@whb/vue-drawing-borad) [![NPM Version
Downloads
5
Readme
vue-drawing-borad
short description + sample image(png/gif/mp4)
Table of Contents
Introduction
If there is no more words to write, this section can be deleted.
Features
Install
npm i vue-drawing-board -S
Usage
// main.js
import VueDrawingBoard from 'vue-drawing-board';
Vue.use(VueDrawingBoard)
// 组件中直接引入
<vue-drawing-board />
// 初始图片加载
<vue-drawing-board :img-url="curImgUrl"/>
<vue-drawing-board :img-url="curImgUrl" :width="curW" :height="curH"/>
<vue-drawing-board :img-url="curImgUrl" @save="cusSaveFuc"/>
save(base64Img)
Links
Contributing
For those who are interested in contributing to this project, such as:
- report a bug
- request new feature
- fix a bug
- implement a new feature
Contributors
Thanks goes to these wonderful people
This project follows the specification. Contributions of any kind welcome!