Skip to content
Shikanime Deva edited this page Oct 3, 2018 · 16 revisions

What is xLayers ?

In application development, especially in web development. We tend to create a graphic prototype to get an idea of what an application would look like before beginning real application. The objective of xLayer is to create a pipeline between the design prototype and the real world application by generating an agnostic framework component.

What is xLayers for ?

xLayer is designed to do the following:

  • Make web front development more accessible for the pure designer
  • Automatically generate the standard code
  • Build and test faster with less technical approach

How do xLayers work ?

Every project critical features reside inside /src/app/editor/viewer/lib.

At the root of the library we can find several view components include public components: SketchDropZone, SketchSettingContainer, SketchEditorContainer, SketchContainer and SketchTreeView. Those imported by the editor component to compose the final view page.

Sketch file processing

Clone this wiki locally