Imgflip Logo Icon

i made this meme in javascript

i made this meme in javascript | made w/ Imgflip meme maker
62 views 3 upvotes Made by mrgreenbay 4 weeks ago in MS_memer_group
6 Comments
0 ups, 4w
Waffle
0 ups, 4w,
1 reply
can i see your code
0 ups, 4w,
2 replies
function main() {
addImage();
addText();
}

function addImage(){
let kneeSurgery = new WebImage("https://codehs.com/uploads/56c4b32cfe9a3b1886c0f175ae98ca58");
kneeSurgery.setSize(300,150);
kneeSurgery.setPosition(100,200);
add(kneeSurgery);
}

function addText(){
let thatFeelingWhen = new Text("THAT FEELING WHEN KNEE SURGERY IS TOMORROW", "Impact");
thatFeelingWhen.setColor("White");
thatFeelingWhen.setPosition(100,210);
add(thatFeelingWhen);
}

main();

You have to upload the image to codehs.com and then copy the link for the web image URL
0 ups, 4w,
1 reply
are you learning JavaScript ?
0 ups, 4w
yeah. i also once made a full ass roulette game using python (all on red amirite)
0 ups, 4w
also impact font isn't recognized by javascript
Created with the Imgflip Meme Generator