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 337ed6b commit 0aa030cCopy full SHA for 0aa030c
src/io/files.js
@@ -806,7 +806,7 @@ function files(p5, fn){
806
*
807
* async function setup() {
808
* createCanvas(200, 200);
809
- *
+ * background(220);
810
* try {
811
* // 1. Load an image file as a Blob.
812
* myBlob = await loadBlob('assets/flower-1.png');
@@ -823,10 +823,6 @@ function files(p5, fn){
823
* console.error('Error loading blob:', err);
824
* }
825
826
827
- * function draw() {
828
- * background(220);
829
- * }
830
* </code>
831
* </div>
832
*/
0 commit comments