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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b370d1-2c05c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b370d1-2c05c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?