We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1dd449 + f21fb4f commit 920ca49Copy full SHA for 920ca49
.gitignore
@@ -21,4 +21,5 @@ release/
21
yarn.lock
22
docs/data.json
23
analyzer/
24
-preview/
+preview/
25
+__screenshots__/
lib/empty-example/index.html
@@ -12,7 +12,7 @@
12
background-color: #1b1b1b;
13
}
14
</style>
15
- <script src="../p5.min.js"></script>
+ <script src="../p5.rollup.min.js"></script>
16
<!-- <script src="../addons/p5.sound.js"></script> -->
17
<script src="sketch.js"></script>
18
</head>
0 commit comments