Question:
Is it possible to open a device’s camera via NPM Package?
Product:
Wix Studio
What are you trying to achieve:
I am trying to access the webcam of a user’s device using a button element. OnClick event of the button element will first ask for user’s consent to use the camera of the user’s device and after permission is granted the user can take photo from user’s device.
What have you already tried:
I was trying to achieve this using HTML and Javascript. But that seemed too difficult for me as I am a novice in HTML. That’s the URL