Skip to content

tomquinonero/figma-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Figma Plugin Template

This is a Figma plugin template using rollup and svelte. TS and SCSS support included 🤙

If you are new to Figma plugins, read my guide about this template. It explains how Figma plugin works, and will get you a better understanding of the whole thing.

Instalation

Clone this repository and remove the remote to make it your repository:

# Clone the repository
git clone git@github.com:tomquinonero/figma-plugin-template.git

# Remove the remote
cd figma-plugin-template
git remote rm origin

Or you can just fork it!

Usage

Launch the development server:

# yarn
yarn dev

#npm
npm run dev

The root component src/main.svelte contain an example on how to send messages to code.ts.

All the interactions with Figma needs to be in src/code.ts.

Thank you for passing by ✌

About

A Figma plugin template using svelte. SCSS and Typescript support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published