figma-plugin-perfect-freehand
figma-plugin-perfect-freehand copied to clipboard
A Figma plugin for drawing perfect freehand strokes.
Perfect Freehand Figma Plugin
A plugin for using perfect-freehand in Figma.
Developing
- Clone or download this repo.
- Install dependencies (
npm install
oryarn install
). - Start the development server (
npm run start
oryarn start
). - Download the Figma Desktop App.
- In the Menu, select Plugins, Development, New Plugin....
- Click the option to choose a
manifest.json
file. - Select the
manifest.json
from this repo.
Cold Refreshing
- In Figma, start the plugin using Plugins, Play.
- In a separate Terminal tab, run
modd
to hot reload changes to Figma using Modd.