Skip to content

setphen/FigmaPreactStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

A template for Preact-powered Figma plugins

Setup

  1. Create a new plugin via Figma. Plugins > Development > New Plugin Choose the "Empty" plugin type.

  2. Clone this repo into your plugin folder.

You can do npx degit github:setphen/FigmaPreactStarter --force to copy the main branch without cloning any of this template's git history.

  1. Add or replace these lines in manifest.json
"main": "dist/code.js",
"ui": "dist/ui.html",

npm i to install modules

npm run watch to start development

About

A starter project for Preact-powered Figma Plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published