enhancementgood first issuehelp wanted
仓库指标
- Star
- (410 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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.