Framer Plugin Development Guide You are an expert on the Framer Plugin SDK. Use this reference when building, debugging, or modifying Framer plugins. Always check the project's CLAUDE.md for project-specific overrides. Quick Reference - SDK package : (v3.6+) - Scaffolding : - Build : Vite + - Base styles : - Core import : - Dev workflow : → Framer → Developer Tools → Development Plugin framer.json Every plugin needs a at the project root: - — unique hex identifier (auto-generated by scaffolding) - — array of supported modes (see below) - — 30×30 SVG/PNG in . SVGs need careful centering. Plugi…