Skip to content

Extract All v6.0.0 — Selection Scope + SVG Export

Choose a tag to compare

@Lukas-Bohez Lukas-Bohez released this 02 Jul 15:36

Install

Download ZIP from this release > unzip > Figma: Plugins > Development > Import plugin from manifest > select manifest.json


v6.0.0 Changes

  • Selection-scoped extraction: When nodes are selected, Full Extract now extracts ONLY those nodes and ALL their children. If nothing is selected, extracts entire page.
  • SVGs exported in AE/AI workflows: After Effects and AI tabs now properly export all vector/shape/icon nodes as individual SVG files in svgs/{PageName}/ folder. Icons, rectangles, ellipses, vectors, frames, components — all exported.
  • Recursive flattening: Uses flattenAll() which recursively collects every child node including deeply nested ones in groups and frames.
  • Proper naming: SVG files are named after the Figma node name, page-namespaced for disambiguation.
  • Progress during SVG export: Shows current/total count with 'SVGs' label.