Thanks for taking the time to do this. Ended up solving problems I was having combining fill and stroke. edit: I wrote a generator using a workaround with divs placed where the text is supposed to appear on the canvas. The div updates with elementById =, but the actual canvas isn't updated with the text until a generate function fires. Impact is the typical meme font, but it's not free. I used Anton, which works in a pinch.
@stardustbiscuits2 жыл бұрын
Wdym it's not free?
@cateva203 жыл бұрын
how to use an image url link instead of local upload?
@hot_milk40013 жыл бұрын
this is mad great content champ
@monciego3 жыл бұрын
Thank you!
@sabridhibi31773 жыл бұрын
God i love this channel
@andreasdevjs2983 жыл бұрын
Great!!
@awesomeguy14113 жыл бұрын
Great content! This one is actually pretty cool man - I wanna try it out one day if I ever get time 😂😂
@thethapajii36072 жыл бұрын
Please anyone explain me how can we download image?
@STech043 жыл бұрын
How can we download Meme image
@finnbarm3 жыл бұрын
Use canvas.toDataURL("image/png") This returns a base64 string, which you can put in a HTML a tag with the download attribute
@STech043 жыл бұрын
@@finnbarm Thanks bro
@manojbheemireddy3 жыл бұрын
@@finnbarm can you please elaborate little more, iam beginner, where should we add these lines
@charliecode Жыл бұрын
@@manojbheemireddy downloadBtn.addEventListener('click', function() { // Convert the combined canvas to an image and download it const downloadLink = document.createElement('a'); downloadLink.href = canvas.toDataURL(); downloadLink.download = 'result_image.png'; // Customize the downloaded file name downloadLink.click(); console.log(backgroundImage.width); }); ps: downloadBtn is your button than you can select with document.getElementById("Id_of_your_button")
@okanozusen92368 ай бұрын
I followed the steps but in the console i'm getting the message "cannot read properties of null (reading 'addEventListener') for when you do imageFile.Input.addEventListener. why is that?
@numixmterials3382 жыл бұрын
Please make a video to export this meme
@yeseniaperez69993 ай бұрын
So when I attempt to replicate this generator, the image and the text do not display at all. I did console.log it and see the links. What could this be? Also, if anyone knows how to do this but instead adding an image's url that you can paste instead of uploading a file it would be very helpful.
@sravani7273 Жыл бұрын
The font size is very small.. To change fontsize what I have to change .. Even I am changing the division factor of 10 the size of the letters are not increasing ... Instead of that the background is changing... Can anyone tell me if u know
@Rahul-ps9jw3 жыл бұрын
Continue as React-js project
@juhandvan3 жыл бұрын
so fun
@charlenepeters24232 жыл бұрын
Do you have a way that I can give a one-time contribution?