xxxxxxxxxx
18
<html>
<head>
<meta charset="UTF-8">
<title>Thresholding</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.1/addons/p5.dom.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p>Threshold: <input type="range" id="thresholdAmount" value="50"></p>
<p>Percentage white pixels: <span id="percentWhite">0</span>%</p>
<script src="sketch.js"></script>
</body>
</html>