Thanks to visit codestin.com Credit goes to github.com
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 20753a9 commit e7a55a5Copy full SHA for e7a55a5
19 - Webcam Fun/index.html
@@ -10,7 +10,7 @@
10
<div class="photobooth">
11
<div class="controls">
12
<button onClick="takePhoto()">Take Photo</button>
13
-<!-- <div class="rgb">
+ <div class="rgb">
14
<label for="rmin">Red Min:</label>
15
<input type="range" min=0 max=255 name="rmin">
16
<label for="rmax">Red Max:</label>
@@ -29,7 +29,7 @@
29
<input type="range" min=0 max=255 name="bmin">
30
<label for="bmax">Blue Max:</label>
31
<input type="range" min=0 max=255 name="bmax">
32
- </div> -->
+ </div>
33
</div>
34
35
<canvas class="photo"></canvas>
0 commit comments