Skip to content

Commit

Permalink
Updated p5 to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaweph committed May 29, 2020
1 parent 2bbd1b2 commit b625ca6
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
<html>

<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.sound.min.js"></script>
<head>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"
integrity="sha256-Pg1di+fBF53Rbh9oZR/FeD1xsFzTLC963lcac1D0ias="
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/addons/p5.sound.min.js"
integrity="sha256-UySade9ZHGHdcdkTGEpftp/ZZbn9HYCe53RkvVFm9sM="
crossorigin="anonymous"
></script>

<script src="build/build.js"></script>

<link rel="shortcut icon" href="https://p5js.org/assets/img/favicon.ico">
<link rel="icon" href="https://p5js.org/assets/img/favicon.ico">
<link rel="shortcut icon" href="https://p5js.org/assets/img/favicon.ico" />
<link rel="icon" href="https://p5js.org/assets/img/favicon.ico" />

<style>
* {
padding: 0px;
margin: 0px;
}
* {
padding: 0px;
margin: 0px;
}
</style>
<script>
</script>
</head>

<body>

</body>
<script></script>
</head>

</html>
<body></body>
</html>

0 comments on commit b625ca6

Please sign in to comment.