You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/text-detail/en/download.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ import {
8
8
fullDownloadUrl,
9
9
libraryDownloadUrl,
10
10
minifiedLibraryDownloadUrl,
11
-
p5LatestUrl
11
+
p5LatestUrl,
12
+
p5MajorVersion
12
13
} from'@src/globals/globals'
13
14
14
15
Welcome! This page contains the links to start using p5.js in the way that suits you best. Open the p5.js Editor in your web browser, or download the library to your own computer. We’ve tried to order the links to reflect what a beginner might want first, then what a more experienced programmer may be looking for.
0 commit comments