Skip to content
Shikanime Deva edited this page Jan 29, 2019 · 9 revisions

What is xLayers?

In development, particularly in web application or agile project management. We tend to create an evolutive design in time to get an idea of how it would look like before the dev team starts implementing it in code. The goal of xLayers.app is to help designers to easily integrate and experiment their Sketchs against the real working application without relying on developers every-time by using xlayers.app's code generation feature.

How does xlayers.app work?

xlayers.app have tree separate component:

  • Parser: responsible for the translation of the Sketch file into web readable CSS;
  • Preview: a preview of the real world component using the parser output;
  • CodeGen: consuming the same source as the preview but outputting code.
Clone this wiki locally