@figma-plugin/helpers
TypeScript icon, indicating that this package has built-in type declarations

0.15.2 • Public • Published

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

Package Sidebar

Install

npm i @figma-plugin/helpers

Weekly Downloads

412

Version

0.15.2

License

MIT

Unpacked Size

61.3 kB

Total Files

52

Last publish

Collaborators

  • alexandrtovmach