File tree Expand file tree Collapse file tree 2 files changed +9
-21
lines changed
en/01_Shapes_And_Color/00_Shape_Primitives Expand file tree Collapse file tree 2 files changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -57,23 +57,5 @@ type RemixEntry = {
57
57
remixLabel : string ;
58
58
} ;
59
59
60
- export const remixLookup : { [ key : string ] : RemixEntry } = {
61
- "revision-2023-calebfoss" : {
62
- attributionURL : "https://github.com/calebfoss" ,
63
- attributionLabel : "Caleb Foss" ,
64
- remixURL : "https://github.com/processing/p5.js-example" ,
65
- remixLabel : "Revised in 2023" ,
66
- } ,
67
- "revision-2023-dkessner" : {
68
- attributionURL : "https://github.com/dkessner" ,
69
- attributionLabel : "Darren Kessner" ,
70
- remixURL : "https://github.com/processing/p5.js-example" ,
71
- remixLabel : "Revised in 2023" ,
72
- } ,
73
- "revision-2023-klich" : {
74
- attributionURL : "https://www.klich.co/" ,
75
- attributionLabel : "Kasey Lichtlyter" ,
76
- remixURL : "https://github.com/processing/p5.js-example" ,
77
- remixLabel : "Revised in 2023" ,
78
- } ,
79
- } ;
60
+
61
+ // TODO instead of this emit a warning if there's multiple URLs used for the same person
Original file line number Diff line number Diff line change @@ -8,7 +8,13 @@ relatedReference:
8
8
- en/p5/ellipse
9
9
10
10
remix :
11
- - revision-2023-dkessner
11
+ - description : Revised in 2023 by
12
+ attribution :
13
+ - name : Darren Kessner
14
+ codeURL :
15
+ codeLabel :
16
+ - description : Based on
17
+ code URL : codeLabel: archived version
12
18
---
13
19
14
20
This program demonstrates the use of the basic shape
You can’t perform that action at this time.
0 commit comments