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.
1 parent eaedc0a commit 2abbd76Copy full SHA for 2abbd76
src/accessibility/describe.js
@@ -75,6 +75,11 @@ function describe(p5, fn){
75
*
76
* <div>
77
* <code>
78
+ *
79
+ * function setup(){
80
+ * createCanvas(100, 100);
81
+ * };
82
83
* function draw() {
84
* background(200);
85
@@ -96,6 +101,11 @@ function describe(p5, fn){
96
101
97
102
98
103
104
105
106
107
+ * }
108
99
109
100
110
111
0 commit comments