Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 654 Bytes

File metadata and controls

21 lines (15 loc) · 654 Bytes

Roadmap

Kaleido's only goal is to faithfully reproduce Plotly images as static files.

There are currently no goals to support more filetypes, and any non-support is considered a bug.

Any significant development would likely occur on the browser-renderer layer: choreographer.

  • To improve performance:
await tab.send_command(
        "Emulation.setIdleOverride",
        params={"isUserActive": True, "isScreenUnlocked": True},
    )
  • start_sync_server: use os.register_at_fork to invalidate server, or to switch to using multiprocesses inter-process communication.