To contribute to the JavaScript open source community, I had built a npm module called ‘webcam-easy‘, which provides an easy to use JavaScript module that can access webcam and take photo.
Github : https://github.com/bensonruan/webcam-easy
npm : https://www.npmjs.com/package/webcam-easy
Blog : https://bensonruan.com/how-to-access-webcam-and-take-photo-with-javascript/
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Your webcam library is awesome! The API is pretty streamlined compared compared to the default way of accessing the webcam.
Thank you for checking out my post, I am glad that you find it helpful