--- orphan: true --- # {py:mod}`simvx.graphics.web_export._export` ```{py:module} simvx.graphics.web_export._export ``` ```{autodoc2-docstring} simvx.graphics.web_export._export :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`export_web ` - ```{autodoc2-docstring} simvx.graphics.web_export._export.export_web :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.graphics.web_export._export.log :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.graphics.web_export._export.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.graphics.web_export._export.log ``` ```` ````{py:function} export_web(game_path: str | pathlib.Path, output: str | pathlib.Path = 'game.html', *, width: int = 800, height: int = 600, title: str = 'SimVX', root_class: str | None = None, physics_fps: int = 60, charset: str | None = None, responsive: bool = False, pyodide_version: str = '0.29.3', extra_packages: list[str] | None = None) -> pathlib.Path :canonical: simvx.graphics.web_export._export.export_web ```{autodoc2-docstring} simvx.graphics.web_export._export.export_web ``` ````