This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var sourceImage; | |
| var fillers = []; | |
| var canv; | |
| var startDrawing; | |
| function setup() | |
| { | |
| startDrawing = false; | |
| var canv = createCanvas(400, 400); | |
| text('drop image', width/2, height/2); | |
| canv.drop(receivedFile); |