Overview of the LiveCodes Export System
developThe LiveCodes export system allows users to export projects into various formats for local use or external platforms. The system is architected with a main dispatcher that routes export requests to specific handlers, which are lazy-loaded to optimize the initial bundle size.
Supported Export Types:
| Type | Handler | Output | Description |
|---|---|---|---|
json | exportJSON | .json file | Project configuration |
src | exportSrc | .zip file | Source files + result + config |
html | exportHTML | .html file | Standalone result page |
codepen | exportCodepen | CodePen URL | Prefilled CodePen pen |
jsfiddle | exportJsfiddle | JSFiddle URL | Prefilled JSFiddle |
githubGist | exportGithubGist | Gist URL | Public GitHub gist |