Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:56:33 +08:00
commit 91dfd0eac2
6 changed files with 2407 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "specweave-figma",
"description": "Comprehensive Figma design-to-code automation. Import Figma designs via API/MCP, convert components to React/Vue/Angular, extract design tokens, generate responsive layouts, and sync design systems. Focus on accelerating frontend development from Figma designs.",
"version": "0.24.0",
"author": {
"name": "Anton Abyzov",
"email": "anton.abyzov@gmail.com"
},
"commands": [
"./commands"
]
}