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

https://github.com/cloud-org/first-figma-plugin

learn figma plugin development
https://github.com/cloud-org/first-figma-plugin

figma figma-plugin postmessage typescript

Last synced: 2 months ago
JSON representation

learn figma plugin development

Awesome Lists containing this project

README

          

## first-figma-plugin

### development

```sh
npm install -g typescript
npm install --save-dev @figma/plugin-typings
# Using TypeScript requires a compiler to convert TypeScript (code.ts) into JavaScript (code.js)
npm run build -- --watch
```

### acknowledgement

- figma plugin docs: https://www.figma.com/plugin-docs/setup/