We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35aab00 + bd4212d commit 5173181Copy full SHA for 5173181
common/p5Versions.js
@@ -5,10 +5,12 @@ export const currentP5Version = '1.11.8'; // Don't update to 2.x until 2026
5
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
6
// TODO: use their API for this to grab these at build time?
7
export const p5Versions = [
8
+ '2.0.4',
9
'2.0.3',
10
'2.0.2',
11
'2.0.1',
12
'2.0.0',
13
+ '1.11.9',
14
'1.11.8',
15
'1.11.7',
16
'1.11.6',
0 commit comments