xxxxxxxxxx
22
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body style="padding: 8px;">
<main>
</main>
<script src="sketch.js"></script>
<div style="display: flex; align-items: center; gap: 4px; margin-top: 8px">
30 FPS
<input type="range" min="33" max="1000" step="1" id="speed" style="width: 300px;">
1 FPS
</div>
</body>
</html>