Camera component ready to use for reactive web applications.
In mobile devices, uses the phone/tablet native Camera app by just calling a client action.
In PC, automatically renders the webcam frame in the screen, in the position where the block is placed.
Mobile native camera based on: https://jakub-kozak.medium.com/how-to-open-the-native-camera-in-mobile-browsers-327820fa669a
PC webcam based on webcam-easy library: https://www.npmjs.com/package/webcam-easy
- Fixed issue related to mobile device compatibility
- Fixed issue related to destroy event management