vnIIc/index.html

13 lines
308 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>
<button id=bootstrap>Bootstrap</button>
<script src="server.js"></script>