All Projects → figma-plugin-helper-functions → figma-plugin-helpers

figma-plugin-helper-functions / figma-plugin-helpers

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to figma-plugin-helpers

assistant
🤖 Bring your Figma design & development pipeline to the next level - with design to code, in-design-content-management, component management, tools for faster design
Stars: ✭ 451 (+180.12%)
Mutual labels:  figma, figma-plugin
phosphor-figma
A flexible icon family for Figma
Stars: ✭ 17 (-89.44%)
Mutual labels:  figma, figma-plugin
figma-tailwindcss
A plugin that tries to bridge the gap between designs and code. Figma tailwindcss lets you export aspects of a design made in Figma to a javascript theme file that you can import into your tailwindcss config
Stars: ✭ 63 (-60.87%)
Mutual labels:  figma, figma-plugin
figma-responsify
⚡️A Figma plugin to quickly test your designs across multiple device sizes.
Stars: ✭ 51 (-68.32%)
Mutual labels:  figma, figma-plugin
figma-hosted-export
Copy hosted image URLs for any frame inside Figma
Stars: ✭ 39 (-75.78%)
Mutual labels:  figma, figma-plugin
figma-plugins-stats
📈 A CLI to get live and historical stats for your Figma plugins
Stars: ✭ 53 (-67.08%)
Mutual labels:  figma, figma-plugin
figma-static-localizer
A Figma plugin for static localization
Stars: ✭ 30 (-81.37%)
Mutual labels:  figma, figma-plugin
figma-plugin-typescript-boilerplate
Figma plugin TypeScript boilerplate to start developing right away
Stars: ✭ 43 (-73.29%)
Mutual labels:  figma, figma-plugin
designto-code
Design to code engine. A design ✌️ code standard. Supports React, Flutter and more.
Stars: ✭ 87 (-45.96%)
Mutual labels:  figma
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (-82.61%)
Mutual labels:  figma
Design-Resources
A curated list of design resources from design templates, stock photos, icons, colors, and much more.
Stars: ✭ 943 (+485.71%)
Mutual labels:  figma
Wiggles-iOS
Beautiful Puppy adoption app built to Demonstrate the SwiftUI and MVVM Architecture
Stars: ✭ 174 (+8.07%)
Mutual labels:  figma
leak
Show info about package releases on PyPI.
Stars: ✭ 15 (-90.68%)
Mutual labels:  helpers
php-lodash
php-lodash is a PHP utility library, similar to Underscore/Lodash.
Stars: ✭ 35 (-78.26%)
Mutual labels:  helpers
figma-api
Figma REST API implementation with TypeScript, Promises & ES6
Stars: ✭ 126 (-21.74%)
Mutual labels:  figma
RTLPLZ
Plugin for Figma to write RTL text
Stars: ✭ 30 (-81.37%)
Mutual labels:  figma
three-stdlib
📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
Stars: ✭ 380 (+136.02%)
Mutual labels:  helpers
iterative
Functions for working with iterators in JavaScript and TypeScript
Stars: ✭ 16 (-90.06%)
Mutual labels:  helpers
Friday
🎓 Friday - Your Personal Class Manager Assistant, It'll never let you miss another assignment deadline or upcoming test.
Stars: ✭ 67 (-58.39%)
Mutual labels:  figma
support
Support Classes
Stars: ✭ 56 (-65.22%)
Mutual labels:  helpers

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].