https://github.com/figma-plugin-helper-functions/figma-plugin-helpers
A collection of useful helper functions to import to your Figma plugin project
https://github.com/figma-plugin-helper-functions/figma-plugin-helpers
figma figma-plugin helpers
Last synced: 2 days ago
JSON representation
A collection of useful helper functions to import to your Figma plugin project
- Host: GitHub
- URL: https://github.com/figma-plugin-helper-functions/figma-plugin-helpers
- Owner: figma-plugin-helper-functions
- Created: 2020-01-14T13:34:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T20:00:59.000Z (about 1 year ago)
- Last Synced: 2025-04-13T07:48:41.229Z (2 days ago)
- Topics: figma, figma-plugin, helpers
- Language: TypeScript
- Size: 1.22 MB
- Stars: 271
- Watchers: 4
- Forks: 26
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - figma-plugin-helpers - plugin-helper-functions | 110 | (TypeScript)
- awesome-figma - figma-plugin-helpers - A collection of useful helper functions to import to your Figma plugin project. (Plugins development)
- awesome-figma - figma-plugin-helpers - 用于Figma插件项目的实用函数集合。 (插件开发)
- awesome-figma - figma-plugin-helpers - 用于Figma插件项目的实用函数集合。 (插件开发)
README
# Figma Plugin Helper functions
[](https://www.npmjs.com/package/@figma-plugin/helpers)
[](https://bundlephobia.com/result?p=@figma-plugin/helpers)A collection of useful helper functions to import to your Figma plugin project
## Installation
```bash
npm i @figma-plugin/helpers
# or
yarn add @figma-plugin/helpers
```
## Usage```jsx
import { isTextNode } from "@figma-plugin/helpers";const firstTextNode = figma.currentPage.findOne(node => isTextNode(node));
```## Documentation
Find more information about each helper function in [`/docs`](./docs/globals.md) directory.
## Roadmap
- Write a contribution guidelines
- Source additional helper functions from the community
- Write a docs