the-dataface / figma2html

Export Figma frames as responsive HTML and CSS
https://www.figma.com/community/plugin/1109185297790825980/figma2html
MIT License
48 stars 8 forks source link

Server-side render the UI #69

Open sawyerclick opened 1 year ago

sawyerclick commented 1 year ago

CSS is currently included as a part of the script. It should be statically baked in our HTML file as a <style> tag to speed things up. #66 may close this

sawyerclick commented 1 year ago

Opening up to also include SSR'ing the html and js