Skip to content

Commit 0aa030c

Browse files
authored
fixes
1 parent 337ed6b commit 0aa030c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/io/files.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ function files(p5, fn){
806806
*
807807
* async function setup() {
808808
* createCanvas(200, 200);
809-
*
809+
* background(220);
810810
* try {
811811
* // 1. Load an image file as a Blob.
812812
* myBlob = await loadBlob('assets/flower-1.png');
@@ -823,10 +823,6 @@ function files(p5, fn){
823823
* console.error('Error loading blob:', err);
824824
* }
825825
* }
826-
*
827-
* function draw() {
828-
* background(220);
829-
* }
830826
* </code>
831827
* </div>
832828
*/

0 commit comments

Comments
 (0)