Figma-template-svelte
- This is a template for creating Figma plugins using Svelte.
- Figblock is a Svelte library that offers components and styles for building Figma plugins, and it's already included in this template.
Scripts
watch:ui
: Monitors changes in the UI files and rebuilds them automatically when changes happen.
build:ui
: Compiles the UI files for production use.
watch:code
: Monitors changes in the Figma code file and rebuilds it automatically when changes happen.
build:code
: Compiles the Figma code file for production use.
npm run watch:ui
pnpm watch:code