Skip to content

Instantly share code, notes, and snippets.

View nicetryharshit's full-sized avatar

nicetryharshit

View GitHub Profile
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);