Install¶
This is the main install page. Start with the direct download links below.
How Finished Each Surface Is¶
| Surface | Maturity | Read this first |
|---|---|---|
| Illustrator (script or panel) | Stable | The production path, with the deepest feature coverage. |
| After Effects (script or panel) | Limited | One comp at a time, video plus timed HTML overlays. It does not run the shared pipeline, so most canonical settings do not apply. |
| Figma plugin | Beta | Runnable and useful on real files, but not a supported exporter yet. |
| SVG conversion (CLI or browser) | Beta | Full pipeline, but SVG input carries less information than a native document. |
Support matrix — output formats and special-layer tags, per surface. Settings reference — which settings each surface actually honors.
Start Here¶
- Download Illustrator script
- Download panel
.zxp - Download panel
.zip - Install
.zxpwith ZXPInstaller - Download After Effects script
- Download Figma plugin
- Open the SVG browser converter
- Latest release page
Illustrator Script¶
Use this when you want the classic ai2html-style flow.
Direct download: all2html.js
- Download
all2html.js. - In Illustrator, choose File → Scripts → Other Script.
- Select
all2html.js.
For permanent install, copy it into Illustrator’s Scripts folder and restart Illustrator.
Illustrator details and options
Illustrator/After Effects Panel¶
The extension gives you a shared interface for Illustrator and After Effects.
Direct downloads:
- Panel
.zxp - Panel
.zip -
Download the latest panel
.zxp. - Install it with an extension manager like ZXPInstaller.
- Restart Illustrator or After Effects.
- Open the panel from the app’s Extensions menu.
Illustrator panel details After Effects panel details
After Effects Script¶
Use this when you want the packaged .jsx workflow.
Direct download: all2html-after-effects.zip
- Download
all2html-after-effects.zip. - Unzip it.
- Run
all2html-ae.jsxfrom File → Scripts → Run Script File..., or copy it into the app’s Scripts folder for permanent install.
This exporter works on the active comp in a saved .aep project.
After Effects details and options
Figma Plugin¶
Direct download: all2html-figma-plugin.zip
- Download
all2html-figma-plugin.zip. - Unzip it.
- In Figma, choose Import plugin from manifest...
- Select
manifest.jsonfrom the extracted plugin folder.
The extracted folder needs to stay intact because the manifest points at the built plugin files inside dist/.
The plugin works from selected top-level frames and currently exports HTML or Standalone HTML from the UI.
SVG Conversion¶
There are two ways to use the SVG conversion path right now:
- CLI: useful for automation and repeatable exports
- Browser app: useful when you want drag-and-drop conversion without writing code
Open the browser app: SVG browser converter
Local commands:
SVG conversion details and options
Build From Source¶
If you want every surface available locally:
pnpm install
pnpm build
pnpm build:illustrator
pnpm build:panel
pnpm build:after-effects
pnpm build:figma
pnpm build:svg-dropzone
The repo root is also where the diagnostics and verification commands live: