1.0.19 • Published 4 years ago

vue-drawing-board v1.0.19

Weekly downloads
80
License
-
Repository
-
Last release
4 years ago

vue-drawing-borad

Build Status NPM Download NPM Version NPM License PRs Welcome Automated Release Notes by gren

short description + sample image(png/gif/mp4)

Table of Contents

Introduction

If there is no more words to write, this section can be deleted.

⬆ Back to Top

Features

⬆ Back to Top

Install

npm i vue-drawing-board -S

⬆ Back to Top

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)

⬆ Back to Top

Links

⬆ Back to Top

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

⬆ Back to Top

Contributors

Thanks goes to these wonderful people

This project follows the specification. Contributions of any kind welcome!

⬆ Back to Top

License

MIT

⬆ Back to Top

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago