figma-to-maui-graphics
figma-to-maui-graphics copied to clipboard
Implement Vectors (Images)
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.

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?