{"id":13727337,"url":"https://github.com/figma-plugin-helper-functions/figma-plugin-helpers","last_synced_at":"2025-04-13T07:48:46.666Z","repository":{"id":37705329,"uuid":"233848661","full_name":"figma-plugin-helper-functions/figma-plugin-helpers","owner":"figma-plugin-helper-functions","description":"A collection of useful helper functions to import to your Figma plugin project","archived":false,"fork":false,"pushed_at":"2024-02-24T20:00:59.000Z","size":1279,"stargazers_count":271,"open_issues_count":25,"forks_count":26,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T07:48:41.229Z","etag":null,"topics":["figma","figma-plugin","helpers"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/figma-plugin-helper-functions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-14T13:34:09.000Z","updated_at":"2025-04-12T19:12:09.000Z","dependencies_parsed_at":"2024-06-18T16:48:07.412Z","dependency_job_id":"61fd9ee0-ccc2-4243-9fd3-74b69b5b3b2b","html_url":"https://github.com/figma-plugin-helper-functions/figma-plugin-helpers","commit_stats":{"total_commits":209,"total_committers":13,"mean_commits":"16.076923076923077","dds":0.4593301435406698,"last_synced_commit":"9dc7b9843a2185b81011df0278e2fcd68b4c2f12"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figma-plugin-helper-functions%2Ffigma-plugin-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figma-plugin-helper-functions%2Ffigma-plugin-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figma-plugin-helper-functions%2Ffigma-plugin-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figma-plugin-helper-functions%2Ffigma-plugin-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/figma-plugin-helper-functions","download_url":"https://codeload.github.com/figma-plugin-helper-functions/figma-plugin-helpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681494,"owners_count":21144700,"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-plugin","helpers"],"created_at":"2024-08-03T01:03:50.421Z","updated_at":"2025-04-13T07:48:46.640Z","avatar_url":"https://github.com/figma-plugin-helper-functions.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Plugins development","五、插件开发（补充开发入口，明确工具用途）"],"sub_categories":[],"readme":"# Figma Plugin Helper functions\n[![npm](https://img.shields.io/npm/v/@figma-plugin/helpers?logo=npm\u0026cacheSeconds=1800)](https://www.npmjs.com/package/@figma-plugin/helpers)\n[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@figma-plugin/helpers?cacheSeconds=1800)](https://bundlephobia.com/result?p=@figma-plugin/helpers)\n\nA collection of useful helper functions to import to your Figma plugin project\n\n## Installation\n\n```bash\nnpm i @figma-plugin/helpers\n# or\nyarn add @figma-plugin/helpers\n```\n## Usage\n\n```jsx\nimport { isTextNode } from \"@figma-plugin/helpers\";\n\nconst firstTextNode = figma.currentPage.findOne(node =\u003e isTextNode(node));\n```\n\n## Documentation\n\nFind more information about each helper function in [`/docs`](./docs/globals.md) directory.\n\n## Roadmap\n- Write a contribution guidelines\n- Source additional helper functions from the community\n- Write a docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigma-plugin-helper-functions%2Ffigma-plugin-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffigma-plugin-helper-functions%2Ffigma-plugin-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigma-plugin-helper-functions%2Ffigma-plugin-helpers/lists"}