Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (11 months ago)
- Last Synced: 2025-01-17T21:04:35.258Z (9 days ago)
- Topics: figma, figma-plugin, helpers
- Language: TypeScript
- Size: 1.22 MB
- Stars: 262
- Watchers: 5
- Forks: 25
- 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)
README
# Figma Plugin Helper functions
[![npm](https://img.shields.io/npm/v/@figma-plugin/helpers?logo=npm&cacheSeconds=1800)](https://www.npmjs.com/package/@figma-plugin/helpers)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@figma-plugin/helpers?cacheSeconds=1800)](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