camera-capture
is a an element that allows you to take pictures. It provides a preview and a button
to take pictures. You can modify the output image size and format. The result when a picture is taken
is bound to the last-image attribute.
Example:
<camera-capture max-width="100" max-height="100" format="jpeg" last-image="{{ lastImage }}"