File
Edit
Sketch
Help
English
Log in
or
Sign up
Auto-refresh
Ahead adjustment
sketch.js
x
7
1
function
setup
() {
2
createCanvas
(
400
,
400
);
3
}
4
5
function
draw
() {
6
background
(
220
);
7
}
There are no lint messages
Current line
Console
Clear
Preview