Figma Api Stub Save

🤖 A stub implementation of Figma Plugins API.

Project README

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

Open Source Agenda is not affiliated with "Figma Api Stub" Project. README Source: react-figma/figma-api-stub
Stars
46
Open Issues
7
Last Commit
7 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating