Skip to content

Commit

Permalink
add missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
suyasha0 committed Jul 16, 2018
1 parent 1bf660d commit 0ca4789
Show file tree
Hide file tree
Showing 4 changed files with 69,227 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<script src="../p5/p5.min.js"></script>
<script src="../p5/addons/p5.dom.min.js"></script>
<script src="../p5/addons/p5.sound.min.js"></script>
<script src="p5/p5.min.js"></script>
<script src="p5/addons/p5.dom.min.js"></script>
<script src="p5/addons/p5.sound.min.js"></script>
<script src="sketch.js"></script>
<style> body {padding: 0; margin: 5; }
p {text-align: right; width: 700px; }
Expand Down
1 change: 1 addition & 0 deletions p5/p5.dom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ca4789

Please sign in to comment.