canicode 0.7.1 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/cli/index.js +2753 -2530
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +15 -2
- package/dist/index.js +255 -2
- package/dist/index.js.map +1 -1
- package/dist/mcp/server.js +1569 -1078
- package/dist/mcp/server.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,6 +78,8 @@ For Cursor / Claude Desktop config, see [`docs/CUSTOMIZATION.md`](docs/CUSTOMIZA
|
|
|
78
78
|
|
|
79
79
|
Then ask: *"Analyze this Figma design: https://www.figma.com/design/..."*
|
|
80
80
|
|
|
81
|
+
> **Note:** MCP/Skill path extracts style data from Figma MCP's generated code (React + Tailwind), not raw Figma node properties. For the most accurate analysis, use the CLI with a Figma API token.
|
|
82
|
+
|
|
81
83
|
### 3. Web (no install)
|
|
82
84
|
|
|
83
85
|
Go to **[let-sunny.github.io/canicode](https://let-sunny.github.io/canicode/)**, paste a Figma URL, and get results instantly in your browser.
|