Is it possible to export the map made by escher directly from python? I mean something like this: ``` python b = escher.Builder (...) b.export_svg (...) ``` It would be usefull to integrate escher in other web apps.
Is it possible to export the map made by escher directly from python?
I mean something like this:
It would be usefull to integrate escher in other web apps.