uppy
Version:
Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:
12 lines (10 loc) • 369 B
JavaScript
const { h } = require('preact')
module.exports = (props) => {
return (
<div class="uppy-Webcam-permissons">
<h1 class="uppy-Webcam-Title">Please allow access to your camera</h1>
<p>You have been prompted to allow camera access from this site.<br />
In order to take pictures with your camera you must approve this request.</p>
</div>
)
}