# {py:mod}`simvx.editor.web_export` ```{py:module} simvx.editor.web_export ``` ```{autodoc2-docstring} simvx.editor.web_export :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`export_editor_web ` - ```{autodoc2-docstring} simvx.editor.web_export.export_editor_web :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.editor.web_export.log :summary: ``` * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.editor.web_export.__all__ :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.editor.web_export.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.editor.web_export.log ``` ```` ````{py:data} __all__ :canonical: simvx.editor.web_export.__all__ :value: > ['export_editor_web'] ```{autodoc2-docstring} simvx.editor.web_export.__all__ ``` ```` ````{py:function} export_editor_web(output: str | pathlib.Path = 'editor.html', *, width: int = 1920, height: int = 1080, title: str = 'SimVX Editor', charset: str | None = None, responsive: bool = True, pyodide_version: str = '0.29.3') -> pathlib.Path :canonical: simvx.editor.web_export.export_editor_web ```{autodoc2-docstring} simvx.editor.web_export.export_editor_web ``` ````