bitewise-club / bitewise-app

Capital One SWE Summit Hackathon
3 stars 4 forks source link

Camera Component Initialized. #1

Closed andrewfmurphy closed 5 years ago

andrewfmurphy commented 5 years ago

Camera component is a wrapper of npm:react-html5-camera-photo. The takephoto function returns a base64 representation of the photo, allowing for easy processing. The camera component is currently included in index.js to allow for easy viewing.