Skip to content

Commit fb87357

Browse files
committed
move to right place
1 parent 9e627ef commit fb87357

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

server/domain-objects/createDefaultFiles.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
export const defaultSketch = `function setup() {
22
createCanvas(400, 400);
3+
// Help blind or low-vision users using screen readers understand your sketch.
4+
describe("A 400 by 400 pixel gray canvas.");
35
}
46
5-
// Help blind or low-vision users using screen readers understand your sketch.
6-
describe("A 400 by 400 pixel gray canvas.");
7-
87
function draw() {
98
background(220);
109
}`;

0 commit comments

Comments
 (0)