MerrimanInd/drawpyo

Convinience function to add ParsedDiagram to Page

Open

#120 创建于 2025年12月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (49 fork)auto 404
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.

贡献者指南