MerrimanInd/drawpyo

Convinience function to add ParsedDiagram to Page

Open

#120 opened on 2025年12月28日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (49 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (410 stars)
PR merge metrics
 (PR metrics pending)

説明

Currently the user has to add edges and objects to a page themselves after importing a diagram from drawio-file.

It would be helpful to be able to do this process by calling parsed_diagram_instance.add_to(page, offset, ...).

This would help to simplify user scripts and avoid redundant code on their end.

コントリビューターガイド