Skip to content

hirajanwin/figma-code-editor-widget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Figma Code Editor Widget

A widget to display a code editor in Figma

Develop

Install all the dependencies across three folders:

npm install
cd widget && npm install && cd ..
cd iframe && npm install && cd ..

Now, run:

npm run watch

to watch for changes and recompile, or

npm run build

to create the final bundle.

About

A Figma code editor widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • JavaScript 5.0%