Skip to content

Commit 58e8746

Browse files
authored
createFileInput() orientation
1 parent dd6a988 commit 58e8746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ function dom(p5, fn){
18761876
* let img;
18771877
*
18781878
* function setup() {
1879-
* createCanvas(100, 100);
1879+
* createCanvas(200, 200);
18801880
*
18811881
* // Create a file input and place it beneath
18821882
* // the canvas.

0 commit comments

Comments
 (0)