@todoforai/figma-api 1.0.3 → 1.0.4
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/package.json +1 -1
- package/src/bridge.ts +4 -4
package/package.json
CHANGED
package/src/bridge.ts
CHANGED
|
@@ -94,10 +94,10 @@ const setup = () => `
|
|
|
94
94
|
Canvas writes (create frames/text/shapes, edit variables off-Enterprise) aren't in
|
|
95
95
|
the Figma REST API — they need the plugin bridge, which the user must install.
|
|
96
96
|
|
|
97
|
-
AGENT:
|
|
98
|
-
their Figma documents
|
|
99
|
-
|
|
100
|
-
|
|
97
|
+
AGENT: be explicit with the user about this. Explain that the bridge plugin grants
|
|
98
|
+
write access to their Figma documents, confirm they want to install it, then walk
|
|
99
|
+
them through these steps (the plugin runs in THEIR Figma, you can't do step 2 for
|
|
100
|
+
them):
|
|
101
101
|
1. Start the relay (keep running): figma-api bridge
|
|
102
102
|
2. In the Figma DESKTOP app: Plugins → Development → Import plugin from manifest
|
|
103
103
|
→ ${manifestPath()}
|