{"id":13401079,"url":"https://github.com/react-figma/react-figma","last_synced_at":"2025-05-13T15:08:44.536Z","repository":{"id":35107938,"uuid":"201732237","full_name":"react-figma/react-figma","owner":"react-figma","description":"⚛️ A React renderer for Figma","archived":false,"fork":false,"pushed_at":"2024-10-14T09:27:13.000Z","size":17517,"stargazers_count":2542,"open_issues_count":49,"forks_count":132,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-10-29T15:20:19.065Z","etag":null,"topics":["figma","figma-plugins","react"],"latest_commit_sha":null,"homepage":"https://react-figma.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/react-figma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"react_figma","open_collective":"reactfigma"}},"created_at":"2019-08-11T07:26:37.000Z","updated_at":"2024-10-25T13:47:15.000Z","dependencies_parsed_at":"2023-09-29T08:55:16.416Z","dependency_job_id":"90cf8a40-b93f-42e8-84a8-2d4178c78e23","html_url":"https://github.com/react-figma/react-figma","commit_stats":{"total_commits":969,"total_committers":30,"mean_commits":32.3,"dds":0.3188854489164087,"last_synced_commit":"62331221ce38d54f0abb83b4288082efe809c4c0"},"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2Freact-figma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2Freact-figma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2Freact-figma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-figma%2Freact-figma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-figma","download_url":"https://codeload.github.com/react-figma/react-figma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353729,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["figma","figma-plugins","react"],"created_at":"2024-07-30T19:00:58.466Z","updated_at":"2025-04-08T23:09:42.046Z","avatar_url":"https://github.com/react-figma.png","language":"TypeScript","funding_links":["https://patreon.com/react_figma","https://opencollective.com/reactfigma","https://opencollective.com/reactfigma/backer/0/website","https://opencollective.com/reactfigma/backer/1/website","https://opencollective.com/reactfigma/backer/2/website","https://opencollective.com/reactfigma/backer/3/website","https://opencollective.com/reactfigma/backer/4/website","https://opencollective.com/reactfigma/backer/5/website"],"categories":["TypeScript","Uncategorized","Design","React [🔝](#readme)","五、插件开发（补充开发入口，明确工具用途）","Проекты","Plugins development"],"sub_categories":["Uncategorized","React Figma"],"readme":"# React Figma\n\n\u003cimg src=\"./logo.svg\" align=\"right\"\n     alt=\"React Figma logo by Lera Lesik\" width=\"160\" height=\"160\"\u003e\n\n[![npm version](https://img.shields.io/npm/v/react-figma.svg)](https://www.npmjs.com/package/react-figma)\n[![CircleCI](https://circleci.com/gh/react-figma/react-figma.svg?style=shield)](https://circleci.com/gh/react-figma/react-figma)\n\nA React renderer for [Figma](https://www.figma.com). Use React components as a source for your designs.\n\n* 🍬 Compatible with [react-native](https://facebook.github.io/react-native/), [react-sketchapp](https://github.com/airbnb/react-sketchapp), [react-primitives](https://github.com/lelandrichardson/react-primitives) API.\n* 🦄 Flexible layouts support with [Yoga Layout](https://yogalayout.com/).\n* ♻️ Hydration and [HMR](https://webpack.js.org/concepts/hot-module-replacement/) support.\n* ⚙️ Built on [Figma Plugin API](https://www.figma.com/plugin-docs/intro/).\n* 🚫 **Is not a code generator**.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/1270648/89524327-09365c80-d7ed-11ea-9cb1-08f6fd56a350.gif\" width=\"800\"\u003e\u003c/p\u003e\n\nExample of code:\n\n```javascript\nimport * as React from 'react';\nimport { Page, View, Text } from 'react-figma';\n\nexport const App = () =\u003e {\n    return (\n        \u003cPage name=\"New page\" isCurrent\u003e\n            \u003cView\u003e\n                \u003cView style={{ width: 200, height: 100, backgroundColor: '#dd55aa' }} /\u003e\n                \u003cText style={{ color: '#ffffff' }}\u003etext\u003c/Text\u003e\n            \u003c/View\u003e\n        \u003c/Page\u003e\n    );\n};\n```\n\n## Installation\n\n#### Using boilerplate\n\nYou can use [react-figma-boilerplate](https://github.com/react-figma/react-figma-boilerplate) for creating own projects.\n\n#### From scratch\n\nInstall it with yarn:\n\n```\nyarn add react react-figma\n```\n\nOr with npm:\n\n```\nnpm i react react-figma --save\n```\n\n### Usage\n\n#### Configure main thread\n\n```javascript\nimport { setupMainThread } from 'react-figma/rpc';\n\nfigma.showUI(__html__, { visible: false });\n\nsetupMainThread();\n```\n\n#### Configure ui thread\n\n```javascript\nimport * as React from 'react';\nimport { App } from './App';\n\nimport 'react-figma/rpc';\nimport { render } from 'react-figma';\n\nrender(\u003cApp /\u003e);\n```\n\n#### Import components\n\n```javascript\nimport * as React from 'react';\nimport { Page, Rectangle, Text } from 'react-figma';\n\nexport const App = () =\u003e {\n    return (\n        \u003cPage name=\"New page\"\u003e\n            \u003cRectangle style={{ width: 200, height: 100, backgroundColor: '#dd55aa' }} /\u003e\n            \u003cText characters=\"text\" style={{ color: '#ffffff' }} /\u003e\n        \u003c/Page\u003e\n    );\n};\n```\n\n## [Docs](https://react-figma.dev/docs/API)\n\n* [API Overview](https://react-figma.dev/docs/API)\n  + [render](https://react-figma.dev/docs/api/render)\n  + [Page](https://react-figma.dev/docs/api/page)\n  + [Frame](https://react-figma.dev/docs/api/frame)\n  + [View](https://react-figma.dev/docs/api/view)\n  + [Text](https://react-figma.dev/docs/api/text)\n  + [Image](https://react-figma.dev/docs/api/image)\n  + ...\n* [Styling](https://react-figma.dev/docs/styling)\n* [Architecture](https://react-figma.dev/docs/architecture)\n\n## Examples\n\n* [Basic](examples/basic)\n  + [Basic + HMR](examples/basic-hmr)\n* [Design system](examples/design-system)\n* [Interactive](examples/interactive)\n* [UI](examples/ui) - Interact with a Plugin UI\n* [Data fetching](examples/fetching)\n* [💅 styled-components](examples/styled-components)\n* [PrimerDemo](https://github.com/react-figma/PrimerDemo) - Example of multiplatform UI-kit\n* [Component Variants](examples/component-variants)\n* [MDX](examples/mdx)\n* [Local Styles](examples/local-styles)\n\n## Sponsoring\n\n[Become a backer](https://opencollective.com/reactfigma#backer) and get your logo on our Readme on GitHub with a link to your site.\n\n\u003ca href=\"https://opencollective.com/reactfigma/backer/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/backer/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/backer/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/backer/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/backer/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/backer/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/backer/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/backer/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/backer/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/backer/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/backer/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/backer/5/avatar.svg\"\u003e\u003c/a\u003e\n\n[Become a sponsor](https://opencollective.com/reactfigma#sponsor) and get your logo on our README on GitHub with a link to your site.\n\n\u003ca href=\"https://opencollective.com/reactfigma/sponsor/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/sponsor/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/sponsor/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/sponsor/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/sponsor/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/sponsor/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/sponsor/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/sponsor/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/sponsor/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/sponsor/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/reactfigma/sponsor/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/reactfigma/sponsor/5/avatar.svg\"\u003e\u003c/a\u003e\n\n## Contributing\n\nEveryone is welcome to contribute. Whether you're helping us implement features, fix bugs or improve the docs, we'd love to have you as part of the community! \n\n#### How to Contribute\n\nCheck out our [Contributing Guide](./contributing.md) for ideas on contributing and setup steps for getting repository up and running on your local machine.\n\n## Acknowledgements\n\nReact Figma team wishes to thank the following invaluable contributions:\n\n* [Lera Lesik](https://twitter.com/Lera_Lesik), for creating project logo.\n* [Maksim](https://github.com/pret-a-porter), for TypeScript counseling.\n\n## Tested with browserstack\n\n\u003ca href=\"https://www.browserstack.com/\"\u003e\n     \u003cimg alt=\"Tested with browserstack\" src=\"https://raw.githubusercontent.com/zerobias/effector/master/website/media/Browserstack-logo.svg?sanitize=true\" height=\"64\"\u003e\n\u003c/a\u003e     \n\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/ilialesik\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1270648?v=4?s=100\" width=\"100px;\" alt=\"Ilya Lesik\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIlya Lesik\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=ilyalesik\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://losyar.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1065122?v=4?s=100\" width=\"100px;\" alt=\"Losev Yaroslav\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLosev Yaroslav\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=LosYear\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/HVish\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/14261201?v=4?s=100\" width=\"100px;\" alt=\"Vishnu Singh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVishnu Singh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=HVish\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://corrinachow.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/35117708?v=4?s=100\" width=\"100px;\" alt=\"corrina\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ecorrina\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=corrinachow\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.zacharyquintenwitt.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/5651980?v=4?s=100\" width=\"100px;\" alt=\"Zachary Witt\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZachary Witt\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=zqwitt\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/theashraf\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/39750790?v=4?s=100\" width=\"100px;\" alt=\"Abdelrahman Ashraf\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAbdelrahman Ashraf\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=theashraf\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://seanprashad.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/13009507?v=4?s=100\" width=\"100px;\" alt=\"sprashad\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esprashad\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=SeanPrashad\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/wyvl\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/40932265?v=4?s=100\" width=\"100px;\" alt=\"Vivian Lee\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVivian Lee\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=wyvl\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://macintoshhelper.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/6757532?v=4?s=100\" width=\"100px;\" alt=\"macintoshhelper\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emacintoshhelper\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=macintoshhelper\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/pgrimaud\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1866496?v=4?s=100\" width=\"100px;\" alt=\"Pierre Grimaud\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePierre Grimaud\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=pgrimaud\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://gwst.io\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/2213636?v=4?s=100\" width=\"100px;\" alt=\"Greg Westneat\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGreg Westneat\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=leggomuhgreggo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://mariusreimer.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/15148377?v=4?s=100\" width=\"100px;\" alt=\"Marius Reimer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarius Reimer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=reime005\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://szeko.com.au\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/5523724?v=4?s=100\" width=\"100px;\" alt=\"szeko\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eszeko\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=szeko\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/yoniholmes\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/184589?v=4?s=100\" width=\"100px;\" alt=\"Jonathan Holmes\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJonathan Holmes\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=yoniholmes\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/headwindz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7504237?v=4\" width=\"100px;\" alt=\"headwindz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eheadwindz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=headwindz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/kant\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/32717?v=4?s=100\" width=\"100px;\" alt=\"Darío Hereñú\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDarío Hereñú\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=kant\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/KonstHardy\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46906648?v=4?s=100\" width=\"100px;\" alt=\"Konstantin Popov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKonstantin Popov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=KonstHardy\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://utkarsh299-tech.github.io/myportfolio/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/60184229?v=4?s=100\" width=\"100px;\" alt=\"Utkarsh Singh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eUtkarsh Singh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=Utkarsh299-tech\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mrkenneh\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/96268806?v=4?s=100\" width=\"100px;\" alt=\"mrkenneh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emrkenneh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=mrkenneh\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/annuhdo\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6846913?v=4?s=100\" width=\"100px;\" alt=\"Anna Do\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnna Do\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=annuhdo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://stevenpetryk.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1724000?v=4?s=100\" width=\"100px;\" alt=\"Steven Petryk\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSteven Petryk\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=stevenpetryk\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.anotherplanet.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/197471?v=4?s=100\" width=\"100px;\" alt=\"Thierry Charbonnel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThierry Charbonnel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=thierryc\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://jv-la.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1788455?v=4?s=100\" width=\"100px;\" alt=\"Jack Oliver\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJack Oliver\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=jackoliver\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://marc-abramowitz.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/305268?v=4?s=100\" width=\"100px;\" alt=\"Marc Abramowitz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarc Abramowitz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=msabramo\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/fishtriangle\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/66234622?v=4?s=100\" width=\"100px;\" alt=\"fishtriangle\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003efishtriangle\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=fishtriangle\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/carlostpg\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/124635572?v=4?s=100\" width=\"100px;\" alt=\"Carlos\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCarlos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=carlostpg\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://mraghuram3.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/19218859?v=4?s=100\" width=\"100px;\" alt=\"Raghu Ram M\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRaghu Ram M\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/react-figma/react-figma/commits?author=mraghuram3\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-figma%2Freact-figma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-figma%2Freact-figma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-figma%2Freact-figma/lists"}