vnIIc/index.html
2018-10-27 20:17:24 -07:00

12 lines
267 B
HTML

<!doctype html>
<title>Screen Capture Demo</title>
<style>
video, canvas { border: 2px dotted black; }
</style>
<canvas id=quant width=140 height=192 style="width: 280px; height: 192px;"></canvas>
<br>
<button id=save>Save</button>
<script src="vniic.js"></script>