jsuarezruiz / figma-to-maui-graphics

FigmaSharp.Maui.Graphics turns your Figma design into .NET MAUI Graphics code
MIT License
376 stars 41 forks source link

Implement Vectors (Images) #2

Open jsuarezruiz opened 2 years ago

jsuarezruiz commented 2 years ago

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.

jsuarezruiz commented 2 years ago

Work in progress.

jsuarezruiz commented 2 years ago

image

jsuarezruiz commented 1 year ago

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

de-preut commented 1 year ago

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