jsuarezruiz/figma-to-maui-graphics

Implement Vectors (Images)

jsuarezruiz opened this issue ยท 4 comments

Currently, there is still some code to implement in FigmaSharp to obtain VectorNodes https://www.figma.com/plugin-docs/api/VectorNode/

Without this type of node, there are elements such as icons that are not generated.

Also, Maui Graphics can load embedded images but there is no logic to load remote images.

Work in progress.

image

Icons and vectors are implemented creating a Path, images still need to be implemented.

@jsuarezruiz is there already any code committed, where I can see your progress on this?