Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleam00/excalidraw-diagram-skill
/ functions
Functions
4 in github.com/coleam00/excalidraw-diagram-skill
⨍
Functions
4
◇
Types & classes
0
↓ 1 callers
Function
compute_bounding_box
Compute bounding box (min_x, min_y, max_x, max_y) across all elements.
references/render_excalidraw.py:38
↓ 1 callers
Function
main
()
references/render_excalidraw.py:172
↓ 1 callers
Function
render
Render an .excalidraw file to PNG. Returns the output PNG path.
references/render_excalidraw.py:72
↓ 1 callers
Function
validate_excalidraw
Validate Excalidraw JSON structure. Returns list of errors (empty = valid).
references/render_excalidraw.py:21