How to add tags in the selected area when uploading, such as adding text?

clipboard.png
for example, when I upload a picture, I can edit the picture and get a box where I can add text directly to the picture and upload it to the backend

how do I do this? (big guys help)
are there any cases? I"ve been looking for it for a long time but I can"t find it

Apr.13,2022

it's easy to use the html2canvas library html2canvas

html2canvas can convert html pages to base64. All you need to do is pass the DOM that you want to convert into a picture into the html2canvas function.

there is a very simple example on the official website. You can try it.

Menu