Spaces:
Running
Running
adjust button behavior
Browse files- index.html +2 -2
index.html
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
</path>
|
20 |
</svg>
|
21 |
Click to upload image
|
22 |
-
<label id="
|
23 |
</label>
|
24 |
<canvas id="mask-output"></canvas>
|
25 |
</div>
|
26 |
<label id="status"></label>
|
27 |
<div id="controls">
|
28 |
<button id="reset-image">Reset image</button>
|
29 |
-
<button id="
|
30 |
<button id="cut-mask" disabled>Cut mask</button>
|
31 |
</div>
|
32 |
<p id="information">
|
|
|
19 |
</path>
|
20 |
</svg>
|
21 |
Click to upload image
|
22 |
+
<label id="clear-points">(or try example)</label>
|
23 |
</label>
|
24 |
<canvas id="mask-output"></canvas>
|
25 |
</div>
|
26 |
<label id="status"></label>
|
27 |
<div id="controls">
|
28 |
<button id="reset-image">Reset image</button>
|
29 |
+
<button id="example">Clear points</button>
|
30 |
<button id="cut-mask" disabled>Cut mask</button>
|
31 |
</div>
|
32 |
<p id="information">
|