File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ const defaultHTML =
2424 <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
2525 <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.dom.min.js"></script>
2626 <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.sound.min.js"></script>
27-
2827 <!-- Generative Design Dependencies here -->
2928 <!-- GG Bundled -->
3029 <script src="https://cdn.jsdelivr.net/gh/generative-design/Code-Package-p5.js@${ branchName } /libraries/gg-dep-bundle/gg-dep-bundle.js"></script>
@@ -38,13 +37,10 @@ const defaultHTML =
3837 <script src="https://code.jquery.com/jquery-3.3.1.min.js"
3938 integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
4039 crossorigin="anonymous"></script>
41-
4240 <!-- sketch additions -->
43-
4441 <link rel="stylesheet" type="text/css" href="style.css">
4542 </head>
4643 <body>
47-
4844 <!-- main -->
4945 <script src="sketch.js"></script>
5046 </body>
@@ -56,7 +52,6 @@ const defaultCSS =
5652 padding: 0;
5753 margin: 0;
5854}
59-
6055canvas {
6156 vertical-align: top;
6257}
You can’t perform that action at this time.
0 commit comments