For an example I have this image template.
Now I want to fetch name data from API and write the name in that image after "Name:" like this and make it downloadable. How can I do it?
For an example I have this image template.
Now I want to fetch name data from API and write the name in that image after "Name:" like this and make it downloadable. How can I do it?
There are some packages to create images from your HTML (HTML to PDF etc.) Don't try to edit the image, just create a regular h1 tag with name, add your fetched name, then export that into one final image