stencil-draw-box
v0.1.0-mobile
Published
Draw On Canvas Module
Downloads
58
Readme
Script tag
- importing on WEB project
- import the script
<script src='https://unpkg.com/[email protected]/dist/drawbox.js'></script>in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc, creating the tag ""
Node Modules
- importing on MOBILE project
- Run
npm install [email protected] --save - Put a script tag similar to this
<script src='node_modules/drawbox/dist/drawbox.js'></script>in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc, creating the tag ""
