Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steveruizok/figma-plugin-perfect-freehand

A Figma plugin for drawing perfect freehand strokes.
https://github.com/steveruizok/figma-plugin-perfect-freehand

Last synced: about 2 months ago
JSON representation

A Figma plugin for drawing perfect freehand strokes.

Awesome Lists containing this project

README

        

# Perfect Freehand Figma Plugin

A plugin for using [perfect-freehand](https://github.com/steveruizok/perfect-freehand) in Figma.

## Developing

- Clone or download this repo.
- Install dependencies (`npm install` or `yarn install`).
- Start the development server (`npm run start` or `yarn 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](https://github.com/cortesi/modd).

# Author

- [@steveruizok](https://twitter.com/steveruizok)