Install¶
This is the main install page. Start with the direct download links below.
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
Screenshot placeholder Crop the Illustrator Scripts menu and the file picker or installed script entry.
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
Screenshot placeholder Crop the panel open inside the host app with the main settings section visible.
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
Screenshot placeholder Crop the AE Scripts menu or Run Script dialog with
all2html-ae.jsxselected.
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.
Screenshot placeholder Crop the manifest import dialog and the plugin panel export controls.
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
Screenshot placeholder Crop the SVG dropzone with one uploaded file and the generated output summary visible.
Build From Source¶
If you want every surface available locally:
pnpm install
pnpm build
pnpm build:illustrator
pnpm build:panel
pnpm package:after-effects
pnpm build:figma
pnpm build:svg-dropzone
The repo root is also where the diagnostics and verification commands live: