We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f81ab0 + 6852c3a commit 3dd4b3cCopy full SHA for 3dd4b3c
packages/p5-kernel-extension/src/index.ts
@@ -17,7 +17,7 @@ import p5Logo from '../style/icons/p5js.png';
17
/**
18
* The default CDN fallback for p5.js
19
*/
20
-const P5_CDN_URL = 'https://cdn.jsdelivr.net/npm/p5@1.4.2/lib/p5.js';
+const P5_CDN_URL = 'https://cdn.jsdelivr.net/npm/p5@1.5.0/lib/p5.js';
21
22
23
* A plugin to register the p5.js kernel.
0 commit comments