Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kawamurakazushi/figma-plugin-types
- Owner: kawamurakazushi
- Created: 2019-08-28T05:41:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T09:32:31.000Z (over 5 years ago)
- Last Synced: 2024-12-15T15:11:50.409Z (about 2 months ago)
- Topics: figma, figma-plugins, types
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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";
```