react-image-data-capture
Version:
Component to capture camera image. The image data can be retrieved as a blob, a webP or a file object.
18 lines • 352 B
CSS
._index__image-container__SAlbi {
position: relative;
display: inline-block;
}
._index__image-canvas__3H1d6 {
display: none;
}
._index__capture-btn__3TBbv {
border: 1px solid white;
border-radius: 50%;
width: 50px;
height: 50px;
background: #f7473587;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}