All Projects → react-figma → figma-api-stub

react-figma / figma-api-stub

Licence: other
🤖 A stub implementation of Figma Plugins API.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to figma-api-stub

figma-plus-advanced-rename-plugin
A better and more powerful batch rename plugin for Figma with a dozen of options
Stars: ✭ 28 (-15.15%)
Mutual labels:  figma, figma-plugins
figma-messenger
Type-safe communication for good 🧐.
Stars: ✭ 24 (-27.27%)
Mutual labels:  figma, figma-plugins
figma-plugins-stats
📈 A CLI to get live and historical stats for your Figma plugins
Stars: ✭ 53 (+60.61%)
Mutual labels:  figma, figma-plugins
figma-walker
Walkthrough your project without lifting your keyboard / Figma Plugin
Stars: ✭ 45 (+36.36%)
Mutual labels:  figma, figma-plugins
React Figma
⚛️ A React renderer for Figma
Stars: ✭ 1,830 (+5445.45%)
Mutual labels:  figma, figma-plugins
Figma-Vue3-Template
Plugin template for Figma using Vue3
Stars: ✭ 19 (-42.42%)
Mutual labels:  figma, figma-plugins
figma-dev
Build figma plugins with a modern toolchain
Stars: ✭ 15 (-54.55%)
Mutual labels:  figma, figma-plugins
Figmatocode
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
Stars: ✭ 2,299 (+6866.67%)
Mutual labels:  figma, figma-plugins
Figma-Plugin-Webpack-React-Template
Base for building Figma plugins with React
Stars: ✭ 16 (-51.52%)
Mutual labels:  figma, figma-plugins
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (-24.24%)
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 (-15.15%)
Mutual labels:  figma
to-path-figma
object and text to path, a figma plugin
Stars: ✭ 31 (-6.06%)
Mutual labels:  figma
RTLPLZ
Plugin for Figma to write RTL text
Stars: ✭ 30 (-9.09%)
Mutual labels:  figma
awesome-flutter-ui
10+ flutter(android, ios) UI design examples ⚡ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 848 (+2469.7%)
Mutual labels:  figma
mdn-dinocons
A scalable set of icons for use across Mozilla Developer websites
Stars: ✭ 21 (-36.36%)
Mutual labels:  figma
figcup
Converts Figma designs into Reagent/Hiccup components to render in the browser
Stars: ✭ 38 (+15.15%)
Mutual labels:  figma
vscode
Builder.io for VSCode - turn designs into code!
Stars: ✭ 139 (+321.21%)
Mutual labels:  figma
100daysofcode
⚠️ Programar no mínimo uma hora todos os dias, durante os próximos 100 dias!!
Stars: ✭ 28 (-15.15%)
Mutual labels:  figma
figma-api
Figma REST API implementation with TypeScript, Promises & ES6
Stars: ✭ 126 (+281.82%)
Mutual labels:  figma
plugin-typings
Typings for the Figma Plugin API
Stars: ✭ 91 (+175.76%)
Mutual labels:  figma

Figma API Stub

npm version CircleCI

A stub implementation of Figma Plugins API.

import {createFigma} from "figma-api-stub";

const figma = createFigma();
const rect = figma.createRectangle();
rect.resize(100, 200);

⚠️ Warning! It's not an official implementation, and it hasn't the purpose to fully reproduce Figma behavior and API.


Installation

Install it with yarn:

yarn add figma-api-stub

Or with npm:

npm i figma-api-stub --save

API

Stub api creation

createFigma(): PluginAPI

Used by

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].