|
|
|
|
|
by LASR
1229 days ago
|
|
It’s not generating images. This looks like an LLM like GPT-3. It’s (probably) generating text in some encoding that represents a view hierarchy along with basic layout attributes (alignment etc) Probably fine-tuned some on human-created examples with the same format. So the prompt provides the example format and then merges in the user’s request. LLM spits output that is then parsed and transform into css/figma etc. |
|