Converts Figma designs into Hiccup and Reagent components to render in the browser.
- See commented code in core namespace
- Replace
'Personal-Access-Tokensand'Document-IDwith your own. Read more here https://www.figma.com/developers/docs#auth
figma.specs— specs covering Figma file structure as specified in https://www.figma.com/developers/docs#fileformatfigma.hiccup— compiles Figma file structure into Hiccup
Because Figma is using its own constraint layout system to position elements on the screen, which is different from CSS. However this behaviour can be reproduced via custom layout algorithm. See http://overconstrained.io/ for reference