mobile-canvas-camera
v1.0.0
Published
React component that uses the users camera and a html canvas element to reliably get images from the user.
Downloads
1
Readme
mobile-canvas-camera
React component that uses the users camera and a html canvas element to reliably get images from the user.
Install
npm install --save mobile-canvas-camera
Usage
import React, { Component } from 'react'
import MyComponent from 'mobile-canvas-camera'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © Morganb816