You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't currently possible from Python or without a web browser in general. The Escher rendering all happens in the browser DOM, so the only way to run Escher from the command line would be to use 'headless' node.js, as described here. I haven't tried this, but we can put it on the development roadmap.
Alternatively, if the web app is running in a browser, you could generate an Escher map in a hidden div, and save the SVG file with a JavaScript function, like this:
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.
The text was updated successfully, but these errors were encountered: