vue-rough
A small components library to use Rough.js in Vue.
Installation
$ npm install vue-rough
Container Components
These wrap around visual components. You can choose between canvas or SVG as the container format.
options
takes an Object with properties to be applied in general to all included visual components.
See the Rough.js wiki for a list of available
options.
Visual Components
Shown below is a quick overview of the available components with their required properties.
All components may use additional properties. See the Rough.js wiki
for a full list of options. Components must be placed inside rough-canvas
or rough-svg