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 9e627ef commit fb87357Copy full SHA for fb87357
server/domain-objects/createDefaultFiles.js
@@ -1,10 +1,9 @@
1
export const defaultSketch = `function setup() {
2
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.");
5
}
6
-// Help blind or low-vision users using screen readers understand your sketch.
-describe("A 400 by 400 pixel gray canvas.");
7
-
8
function draw() {
9
background(220);
10
}`;
0 commit comments