I have built meme generator app that basically have an image and top text, bottom text over it. User can change top text, bottom text and also change the image.
How can I add the download functionality so that user can download meme image with text over it?
My app is written in ReactJS so please tell me the React friendly way.