Skip to content

cloud-org/first-figma-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first-figma-plugin

development

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