Bowen7 / regex-vis

🎨 Regex visualizer & editor
https://regex-vis.com
MIT License
3.72k stars 273 forks source link

Add the ability to export the graph as an image #110

Open darrylnoakes opened 1 year ago

darrylnoakes commented 1 year ago

Please add the ability to export the graph as an image.

For example, regexper.com supports this, providing download buttons for SVG and PNG.

SVG alone would be good enough, but PNG as well would be even better, if you care to.

Bowen7 commented 1 year ago

Thanks for your feature request. I will add this feature either after or during the refactor. You can find more information about the refactor at https://github.com/Bowen7/regex-vis/pull/105.