# vue-webcam
A Vue component for capturing image from webcam.

## Installation
```shell
npm install --save vue-webcam
```

## Usage
See the [example](https://github.com/smronju/vue-webcam/tree/master/example) files

## Options

### width
* Type: `Number`
* Required: `false`

### height
* Type: `Number`
* Required: `false`

### Resources

See more about taking photos from webcam [documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos)

## License
MIT
