vue-pencil.js
Pencil.js - Build reactive 2D graphics scene in your Vue project.
Install
npm install vue-pencil.js
You need to install
vue
andpencil.js
yourself alongsidevue-pencil.js
.
Usage
You have 3 choices:
- Install
vue-pencil.js
globally and use it wherever you want in yourVuejs
app. - Import only components you need in your
Vuejs
components. - Use a direct
<script>
tag to include from a CDN.