Is there a way to export a layout to something that is nearly a simple plain text description of the elements, with their locations, widths and heights, colors, etc?
I am trying out Figma for laying out a UI for an embedded device.
It seems straightforward so far, since I can design all the elements around an underlying pixel-grid (320x240 in my case).
Of course, I expect that I will have to manually translate all the calls to suit the library, but starting from a list of the ~20 elements as laid out in figma would make this quite straightforward.
I am not really familiar with any of the web tech stack, so if there is some format or the target for another framework (JS? CSS? etc) that would “dump” the per-element info that I need, that could be a solution.