Skip to content

Commit aab775f

Browse files
committed
Added setup
0 parents  commit aab775f

15 files changed

+100810
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.cache

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# p5-teach.js

dist/index.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html><html lang="en"><head>
2+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1/p5.js"></script>
3+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1/addons/p5.sound.min.js"></script>
4+
<meta charset="utf-8">
5+
</head>
6+
<body>
7+
<script src="sketch.js"></script>
8+
<script src="p5.teach.js"></script>
9+
</body></html>

0 commit comments

Comments
 (0)