Skip to content

Commit 8c53f7a

Browse files
committed
docs: use local logo image in README
- Update README to use assets/figma-vars-tagline.png for the FigmaVars logo - Ensures reliable image loading and repo portability - Add logo file to repo for open source best practices
1 parent 9d784d3 commit 8c53f7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @figma-vars/hooks
22

3+
<p align="center">
4+
<img src="assets/figma-vars-tagline.png" alt="FigmaVars Logo" width="500" />
5+
</p>
6+
37
A fast, typed React 19 hooks library for the Figma Variables API: fetch, update, and manage design tokens via the official [Figma REST API](https://www.figma.com/developers/api#variables).
48

59
Built for the modern web, this library provides a suite of hooks to fetch, manage, and mutate your design tokens, making it easy to sync them between Figma and your React applications, Storybooks, or design system dashboards.
@@ -197,5 +201,5 @@ PRs and issues are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for gu
197201

198202
## 📝 License
199203

200-
This project is licensed under the [MIT License](LICENSE).
204+
This project is licensed under the [MIT License](LICENSE).
201205
© 2024–2025 Mark Learst

assets/figma-vars-tagline.png

52.6 KB
Loading

0 commit comments

Comments
 (0)