npm install sketchTurn a canvas into a sketch pad.
```
$ component install component/sketchAPI
Turn the given canvas into a sketch pad.
`js``
var sketch = require('sketch');
sketch(canvas);
Set pen size.
Set pen color.
Set pen opacity.
Clear the paths and re-draw.
Reset the sketch defaults and clear the canvas.
MIT