So I'm just curious if this capability exists, though it may well not exist. I'm trying to take a string of text like 1
or 2323
and convert it into an image that has the text string as background. Nothing crazy about the image, just a placeholder image from a text string. Does this sort of capability exist? So far, I've only been able to find base64 generators for images that I already had, not images I wanted to generate on the fly.
(Bonus points for a solution in Javascript)