https://github.com/solygambas/figma-plugins
11 plugins for Figma.
https://github.com/solygambas/figma-plugins
esbuild figma figma-plugin figma-plugins react reactjs style-dictionary typescript vite vitejs
Last synced: 3 months ago
JSON representation
11 plugins for Figma.
- Host: GitHub
- URL: https://github.com/solygambas/figma-plugins
- Owner: solygambas
- Created: 2022-05-30T17:30:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T11:21:29.000Z (about 3 years ago)
- Last Synced: 2025-02-13T23:34:57.407Z (over 1 year ago)
- Topics: esbuild, figma, figma-plugin, figma-plugins, react, reactjs, style-dictionary, typescript, vite, vitejs
- Language: JavaScript
- Homepage:
- Size: 2.84 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Figma Plugins
11 plugins for Figma.
| # | Project | Description |
| --- | ----------------------------------------------- | ------------------------------------------------------------------------------- |
| 01 | [**Rectangle Creator**](01-rectangle-creator) | A quick intro to Figma Plugins. |
| 02 | [**Text Nodes**](02-text-nodes) | A small plugin to learn how to access the document. |
| 03 | [**Property Cloner**](03-property-cloner) | A small plugin to learn how to edit properties. |
| 04 | [**Social Media Post**](04-social-media-post) | A plugin that creates a customizable post for a social media app design. |
| 05 | [**Capital**](05-capital) | A plugin that fetches countries from an API and displays the requested capital. |
| 06 | [**Icon Drag-and-Drop**](06-icon-drag-and-drop) | A simple icon library using drag-and-drop from a modal to the canvas. |
| 07 | [**Pie Chart**](07-pie-chart) | A pie chart generator, using React, Vite and esbuild. |
| 08 | [**Circle Text**](08-circle-text) | A plugin that arranges characters in a circle. |
| 09 | [**Invert Image Color**](09-invert-image) | A plugin that inverts the colors in an image. |
| 10 | [**Meta Cards**](10-meta-cards) | A plugin that adds link Metacards to the canvas. |
| 11 | [**Design Tokens**](11-design-tokens) | A simple project to sync design tokens using Style Dictionary. |
Based on [Figma Plugins Docs](https://www.figma.com/plugin-docs/), [Build your first plugin](https://www.youtube.com/playlist?list=PLXDU_eVOJTx5YBAszyuOTyxlgIxkQVyii), and [Figma + FigJam Plugin Samples](https://github.com/figma/plugin-samples) by Figma (2022).