JxJayden / drawBoard

vue.js draw-board component base on raphael

Home Page:https://jsfiddle.net/JxJayden/4jcp9gvp/2/?utm_source=website&utm_medium=embed&utm_campaign=4jcp9gvp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MsDrawBoard

npm TypeScript

Introduction

vue.js draw-board component base on raphael

Installation

CDN

<script src="https://unpkg.com/msdrawboard@1.0.0/dist/msDrawBoard.umd.min.js"></script>

NPM

# latest stable
# use yarn
yarn add msdrawboard
# or use npm
npm install msdrawboard

Getting Started

import Vue from 'vue'
import msDrawBoard from 'msdrawboard'

new Vue({
  components: {
    msDrawBoard
  }
}).$mount('#app')
<!-- in <template></template> -->
<msDrawBoard></msDrawBoard>

Documentation

Live Example

English | 中文

License

MIT

About

vue.js draw-board component base on raphael

https://jsfiddle.net/JxJayden/4jcp9gvp/2/?utm_source=website&utm_medium=embed&utm_campaign=4jcp9gvp

License:MIT License


Languages

Language:JavaScript 86.9%Language:Vue 8.1%Language:TypeScript 4.7%Language:HTML 0.2%