BardOfCodes / procXD

A Python package for making excalidraw figures procedurally from python.
MIT License
7 stars 1 forks source link

Adding support for images #2

Open MarcDuQuesne opened 3 months ago

MarcDuQuesne commented 3 months ago

Good morning!

I would like to use this to programmatically create AWS architectures using excalidraw from (AWS CDK) code. To do so, however, I need icons and images. It is currently not possible to do so using the Skeleton API. I opened a ticket on the excalidraw repo, see: https://github.com/excalidraw/excalidraw/issues/8118

But I did get a reply saying that it might be possible in an indirect way, see: https://codesandbox.io/p/sandbox/excalidraw-files-example-r7ophm?file=%2Fsrc%2FApp.js Would you be open to cooperate on adding support for this?

BardOfCodes commented 1 month ago

Hi Marc! Sorry for the delay in reply. Firstly, I am glad that tool could be useful for your workflow. Unfortunately, supporting this feature development is currently beyond my bandwidth. I would very much appreciate any code improving this tool if you'd get the time to work on it (you can also fork and make your own better version of this tool)!