MerrimanInd / drawpyo

A Python library for programmatically generating Draw.io charts.
https://pypi.org/project/drawpyo/
MIT License
235 stars 14 forks source link

Add BasicObject .create_from_style() function #5

Closed MerrimanInd closed 8 months ago

MerrimanInd commented 1 year ago

Draw.io allows users to see the style attribute for any shape. This should be an option for parse any style attribute string into its component properties and generate a Draw.pyo BasicObject with those properties.

MerrimanInd commented 8 months ago

Implemented.