Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/armandsalle/utils-figma-plugin

✏️ Plugin Figma avec des fonctions utiles comme un générateur de hashtag et de vague mexicaine
https://github.com/armandsalle/utils-figma-plugin

Last synced: about 1 month ago
JSON representation

✏️ Plugin Figma avec des fonctions utiles comme un générateur de hashtag et de vague mexicaine

Awesome Lists containing this project

README

        

# Plugin Useful Functions for Figma

The plugin can:

- Create a hashtag based on a word or a sentence
- Generate a mexican wave based on a word or a sentence

This is my first plugin and my first TypeScript project. You can add features on it if you want.

![Plugin demo](demo/demo.gif)

## Installation

Create a new plugin in Figma, delete all the files in the new directory that Figma will create and then clone this repo inside.

Then:

1. Install all the dependencies: `npm i`.
2. For development mode: `npm run dev`
3. For production mode: `npm run build`

## Next Features

- [ ] Add more features
- [ ] Improve the UI
- [ ] Refactor code