You can pull the SVG text from the innards of the createSVGTag call, and then push that to a blob for download. (There are multiple stack overflows with javascript snippets for that job). Getting deeper into weweb means bringing some code to the party! If chatGPT doesn't get you where you need to go, consider checking out State Change - we work on this kind of problem every day in our office hours!
Thank you very much for sharing your knowledge, friend. God blesses
Nice work, thanks!
This is super useful, thank you!
So glad it was helpful. You're very welcome!
great, thank you !
How would you generate, then download the svg file ?
You can pull the SVG text from the innards of the createSVGTag call, and then push that to a blob for download. (There are multiple stack overflows with javascript snippets for that job). Getting deeper into weweb means bringing some code to the party! If chatGPT doesn't get you where you need to go, consider checking out State Change - we work on this kind of problem every day in our office hours!