0.1.3 • Published 4 years ago

vue-drawing-board-extend v0.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

vue-drawing-board-extend

vue-drawing-board-extend is a drwaing board integration for Vue.js.

🚀 Installation

  npm install vue-drawing-board-extend --save

Demo

https://vue-drawing-board.vercel.app/

How to use it

  <template>
    <div>
      <VueDrawingBoard
        :height="450"
        :width="600"
        outputName="drawing"
      />
    </div>
  </template>

  <script>
  import VueDrawingBoard from 'vue-drawing-board-extend'

  export default {
    name: "app",

    components: {
      VueDrawingBoard
    },
  };
  </script>  
0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago