File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ export const p5Versions = [
1111 '2.0.2' ,
1212 '2.0.1' ,
1313 '2.0.0' ,
14+ '1.11.7' ,
15+ '1.11.6' ,
1416 '1.11.5' ,
1517 '1.11.4' ,
1618 '1.11.3' ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ function draw() {
99export const defaultHTML = `<!DOCTYPE html>
1010<html lang="en">
1111 <head>
12- <script src="https://cdn.jsdelivr.net/npm/p5@1.11.5 /lib/p5.js"></script>
13- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/ 1.11.3 /addons/p5.sound.min.js"></script>
12+ <script src="https://cdn.jsdelivr.net/npm/p5@1.11.7 /lib/p5.js"></script>
13+ <script src="https://cdn.jsdelivr.net/npm/p5@ 1.11.7/lib /addons/p5.sound.min.js"></script>
1414 <link rel="stylesheet" type="text/css" href="style.css">
1515 <meta charset="utf-8" />
1616
You can’t perform that action at this time.
0 commit comments