Home
Softono

Figma Plugin Helpers

Open source TypeScript
282
Stars
26
Forks
26
Issues
4
Watchers
2 years
Last Commit

 About Figma Plugin Helpers

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

Platforms

Web Self-hosted

Languages

TypeScript

Links

Need Help Installing Figma Plugin Helpers?

We provide expert installation service for this software. Our team will install, configure, and secure Figma Plugin Helpers on your server. plans start at just $30.

Figma Plugin Helpers

View on GitHub

Figma Plugin Helper functions

npm npm bundle size

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

Installation

npm i @figma-plugin/helpers
# or
yarn add @figma-plugin/helpers

Usage

import { isTextNode } from "@figma-plugin/helpers";

const firstTextNode = figma.currentPage.findOne(node => isTextNode(node));

Documentation

Find more information about each helper function in /docs directory.

Roadmap

  • Write a contribution guidelines
  • Source additional helper functions from the community
  • Write a docs