A collection of useful helper functions to import to your Figma plugin project
npm i @figma-plugin/helpers
# or
yarn add @figma-plugin/helpers
import { isTextNode } from "@figma-plugin/helpers";
const firstTextNode = figma.currentPage.findOne(node => isTextNode(node));
Find more information about each helper function in /docs
directory.
- Write a contribution guidelines
- Source additional helper functions from the community
- Write a docs