-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededjavascriptPull requests that update javascript codePull requests that update javascript code
Description
🌟 Feature Request
"Add a button to download the SVG haiku as a SVG."
🤔 Why Is This Needed?
- Users can save haikus as images (svg's).
Additional Context
- Currently on the app if you right click and download the generated image the downloaded image is different than the currently displayed image. So if you call the same api in the download click than the api will return a another random image. But we want to give the user same displayed image.
- We need to figure out a way that in any case whenever the api is called be it random or by changing values in the dropdowns - we need to save the returned image : eg
Blob(just an example can use any method that is best). So that when user clicks new download button he will be able to download the same displayed image.
Please post in this thread if you have any doubts!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededjavascriptPull requests that update javascript codePull requests that update javascript code