Extract All v1.1.0 — Lottie/After Effects Export
Install Guide
Option 1: Install from the release .zip (recommended)
- Download the Source code (zip) from this release.
- Unzip it somewhere on your machine.
- In Figma Desktop, go to Plugins → Development → Import plugin from manifest.
- Select the
manifest.jsonfile from the unzipped folder. - Done — open any Figma file and run "Extract All".
Option 2: Install from source
git clone https://github.com/Lukas-Bohez/figma-extract-all.git
cd figma-extract-all
npm install
npm run build
Then import manifest.json in Figma via Plugins → Development → Import plugin from manifest.
What's New in v1.1.0
🎬 After Effects / Lottie Export
- Export Lottie JSON Bundle — Select nodes in Figma and export them as a single Lottie-compatible JSON with embedded SVGs, positions, and dimensions.
- Lottie Import Validator — Drag any Lottie JSON file into the plugin to validate its structure.
📊 Full Extract Progress
- Full Extract now shows step-by-step progress (text → variables → styles → components → pages).
🎨 Improved UI
- Light/dark theme toggle (persisted across sessions).
- Glassmorphism card design, live selection state bar.
🔧 Technical
- Real-time selectionchange and currentpagechange listeners.
- Auto-reset isExporting lock for single-shot operations.
Full docs: https://github.com/Lukas-Bohez/figma-extract-all#readme