Skip to content

ayush013/fig-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover art

FigGen

An initiative to generate pixel perfect markup for Figma designs.

CodeFactor

Demo Preview

Conversion process

Download

Download FigGen from Figma Community

Features

  • Utility first approach to generate pixel perfect markup for Figma designs.
  • Built for future, uses flex and respects item spacing
  • No clumsy/frugal code with absolutely positioned elements
  • Uses tailwind 3.0
  • Export assets to zip with a click
  • Handles auto layout and its constraints (better design scalability for both designers and developers)
  • Option to mark exportable assets in your preferred format from Figma itself
  • Handles most common usecases like borders, shadows, background colors, text styles, etc.

Usage

Figma to code conversion is no rocket science, but for pixel perfect UI, we have to do some pre-processing to unfold the magic. Let’s look at some ways to achieve accurate results:

  • Download FigGen from Figma Plugin Marketplace and run it on the desired UI.
  • Ensure that the frames have auto layout. It helps us to parse your Design better and also good for scaling designs in long term.
  • Mark the image/icon layers for export in the desirable format. We will import the asset in the selected format for you.
  • Avoid the use of Fixed Height/Width constraints as much as possible. Nearly same results can be achieved using ‘Fill container’/’Hug contents’ constraint.

Installation (Development)

  • Make sure you've installed Figma app.
  • Import FigGen project in Figma by pointing to the repository directory.
  • Run npn/yarn install in the project
  • Run yarn dev for development mode.

FigGen MVP project roadmap

  • Module bundler setup
  • UI setup with vanilla implementation
  • Plugin UI for generating markup
  • Analyze technical feasibility of Figma APIs
  • Special handling for images
  • Zipped exports
  • Ability to parse Figma frame data.
  • Receive plugin input from users for export/format keywords
  • Generate equivalent markup for auto-layout components

Future improvements

  • Better Responsiveness overall
  • Better Documentation and add comments to the code
  • Handle semantics - Input fields, containers, buttons, links, etc.
  • Support for Masks/Clipping/Stroke Properties
  • Variant processing via special keywords/naming convention
  • and much more that I forgot

About

Best Figma design to HTML/CSS converter on the internet 👀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published