Content
sketchjs 1 function setup() createCanvas (512, 512); Image img loadImage( "ToothlessMeme.jpg"); function draw() 9 11 12 13 14 15 16 Image Placement image(img, 0, 0, img.width4, img.height4); Text Size and Color fill (255); textSize (25); 18 19 20 211 22 23 24 25 26 27 28 29 30 31 ProarammerHumor.io First Panel Text text("Me spending 2 hours", 145,35); text ("making a meme in", 160,65); text ("JavaScript", 210, 95); Second Panel Text text ("My parents wanting", 25,291); text ("me to be working", 40,321); text("on my college apps" ‘,25,351); Third Panel Text text ("The 30 people", 307,291) text ("that upvote", 325, 321); Me spending 2 hours making a meme in JavaScript My parents wanting me to be working on my college apps The 30 people that upvote