Skip to content

Instantly share code, notes, and snippets.

@jafish
Created September 29, 2025 15:51
Show Gist options
  • Select an option

  • Save jafish/d91b05556869233d270a86bef98cc561 to your computer and use it in GitHub Desktop.

Select an option

Save jafish/d91b05556869233d270a86bef98cc561 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/addons/p5.sound.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5.plotsvg@latest/lib/p5.plotSvg.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<main>
</main>
<script src="sketch.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment