Because deep down, the best scenes aren't the ones with the most polygons. They're the ones where the light knows something the player doesn't yet.
Lightbeans reads your Figma/Sketch/Adobe XD files, maps them to your component library, and injects clean, typed React/Vue/Svelte/Flutter code straight into your project—no copy‑paste, no guesswork. lightbeans plugin
| Framework | Export Command | Example | |-----------|----------------|---------| | | lightbeans export --framework react | See button above | | Vue 3 (SFC) | lightbeans export --framework vue | Generates <script setup lang="ts"> | | Svelte | lightbeans export --framework svelte | <script lang="ts"> + <style> | | Angular | lightbeans export --framework angular | Generates a component class & template | | Flutter | lightbeans export --framework flutter | Produces a StatelessWidget with Theme.of(context) tokens | Because deep down, the best scenes aren't the
The CLI is optional—most IDEs surface a “Link Design” button in the sidebar. | Framework | Export Command | Example |