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
- Host: GitHub
- URL: https://github.com/cloud-org/first-figma-plugin
- Owner: cloud-org
- Created: 2022-08-16T13:36:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T04:10:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-08T15:49:59.099Z (over 1 year ago)
- Topics: figma, figma-plugin, postmessage, typescript
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/