Reproducing Editor Layouts in Code
One of the core architectural goals of GitAscii is exact parity between the visual web editor and the programmatic rendering engine.Step 1: Export JSON from the Editor
- Open gitascii.com/editor.
- Arrange, resize, and configure your widgets.
- Click the Export or Download Config button to obtain your
gitascii.jsonfile.
Step 2: Load and Render Programmatically
Place yourgitascii.json into your project and execute: