inkbridge 0.1.0-beta.8 → 0.1.0-beta.9
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 +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
<table><tr>
|
|
2
|
-
<td valign="middle"><img src="https://inkbridge.ink/inkbridge-logo.png" alt="Inkbridge" width="
|
|
3
|
-
<td valign="middle"
|
|
4
|
-
<h1 style="margin:0">Inkbridge</h1>
|
|
5
|
-
<p style="margin:4px 0 0;font-size:16px">Generates native Figma frames from your Tailwind React components and syncs design tokens back to your codebase via GitHub PRs.</p>
|
|
6
|
-
</td>
|
|
2
|
+
<td valign="middle"><img src="https://inkbridge.ink/inkbridge-logo.png" alt="Inkbridge" width="80" /></td>
|
|
3
|
+
<td valign="middle"><h1>Inkbridge</h1></td>
|
|
7
4
|
</tr></table>
|
|
8
5
|
|
|
6
|
+
<p align="center"><em>Generates native Figma frames from your Tailwind React components and syncs design tokens back to your codebase via GitHub PRs.</em></p>
|
|
7
|
+
|
|
9
8
|
## What it does
|
|
10
9
|
|
|
11
10
|
| Feature | Description |
|