Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kawamurakazushi/figma-plugin-types

Types for figma plugin.
https://github.com/kawamurakazushi/figma-plugin-types

figma figma-plugins types

Last synced: 23 days ago
JSON representation

Types for figma plugin.

Awesome Lists containing this project

README

        

# Figma Plugin Types

TypeScript definitions for Figma Plugin API.

## Install

```bash
yarn add -D figma-plugin-types
```

## Usage

```js
import "figma-plugin-types";
```