vnIIc/index.html

12 lines
267 B
HTML
Raw Normal View History

2018-10-27 23:46:51 +00:00
<!doctype html>
<title>Screen Capture Demo</title>
<style>
video, canvas { border: 2px dotted black; }
</style>
2018-10-28 01:22:10 +00:00
<canvas id=quant width=140 height=192 style="width: 280px; height: 192px;"></canvas>
2018-10-27 23:46:51 +00:00
<br>
2018-10-28 01:22:10 +00:00
<button id=save>Save</button>
2018-10-27 23:46:51 +00:00
2018-10-28 03:17:24 +00:00
<script src="vniic.js"></script>