We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f1957 commit 1caf2e9Copy full SHA for 1caf2e9
app/index.html
@@ -26,7 +26,8 @@ <h2>Image chiper</h2>
26
<p>Supported formats: PNG, JPEG, BMP, ...</p>
27
</div>
28
29
- <input type="file" id="fileInput" accept="image/*" capture="environment" required>
+ <!-- https://gist.github.com/danawoodman/4788404bc620d5392d111dba98c73873 -->
30
+ <input type="file" id="fileInput" accept="image/*;capture=camera" required>
31
<br>
32
<label for="secretInput">Secret:</label>
33
<input id="secretInput" placeholder="Enter your secret here" autocomplete="off">
0 commit comments