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: about 2 months ago
JSON representation

A collection of useful helper functions to import to your Figma plugin project

Lists

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