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 7b5d67c commit c3851b3Copy full SHA for c3851b3
src/accessibility/outputs.js
@@ -81,6 +81,11 @@ function outputs(p5, fn){
81
*
82
* <div>
83
* <code>
84
+ *
85
+ * function setup(){
86
+ * createCanvas(100, 100);
87
+ * }
88
89
* function draw() {
90
* // Add the text description.
91
* textOutput();
@@ -101,6 +106,11 @@ function outputs(p5, fn){
101
106
102
107
103
108
109
110
111
112
113
104
114
105
115
* // Add the text description and
116
* // display it for debugging.
0 commit comments