Canvas Text Over Image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Canvas Text Over Image

I want to create a birthday or any gift card generator. Like user came to the site and just enter a person's name and then they see a image with that person's name. Text is just overlapping the image. This image will use for all user, just display them a name over image that they enter. Similar like todo app. Any thoughts or resources? Like this repo. But there's a lot of facilities. I don't need them all. Anybody please simply the code for me? I need just one image. Thanks. https://github.com/maorbarel/Meme-Generator-js-Vanilla

25th Jan 2021, 3:52 AM
Emon Hossain Foysal
Emon Hossain Foysal - avatar
5 Answers
+ 1
Emon, where is there no option to download? My meme generator has no download option but do you mean that you don't want a download feature in the meme generator you want to make? There is a download feature in https://maorbarel.github.io/Meme-Generator-js-Vanilla/#
25th Jan 2021, 8:09 PM
Josh Greig
Josh Greig - avatar
+ 2
You can refer Codes in the Codes section of this app and Kindly use the Search bar wherever you r ;)
25th Jan 2021, 4:29 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 1
There are many Meme generators and they're easy to make. Here is one I made and you can study its code: https://code.sololearn.com/Wj4ErOsPXhhk/ You don't need to use a canvas element. Text can be layered over images in many ways with HTML and CSS. The only reason I would embed images and text in a canvas is if I wanted it converted to a single image for download.
25th Jan 2021, 5:36 AM
Josh Greig
Josh Greig - avatar
0
Josh Greig there is no option to download it. Moreover we need to make it as much as user friendly but in that code we need to change the code every time. Though we can create an input field like todo app works.
25th Jan 2021, 7:49 AM
Emon Hossain Foysal
Emon Hossain Foysal - avatar
0
Josh Greig, your previous link don't have any download option. But your very last link have more features and download options as well. By the ways thans for helping. Problem solved.
8th Feb 2021, 2:09 PM
Emon Hossain Foysal
Emon Hossain Foysal - avatar