Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joao208/avatar-generator
Plugin do Figma para gerar avatares do https://avatars.dicebear.com/ aleatoriamente direto do Figma personalizando o tamanho e tipo
https://github.com/joao208/avatar-generator
avatar figma figma-plugin generator javascript plugin typescript
Last synced: 14 days ago
JSON representation
Plugin do Figma para gerar avatares do https://avatars.dicebear.com/ aleatoriamente direto do Figma personalizando o tamanho e tipo
- Host: GitHub
- URL: https://github.com/joao208/avatar-generator
- Owner: Joao208
- Created: 2022-03-20T03:37:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T19:53:18.000Z (over 2 years ago)
- Last Synced: 2024-12-07T14:33:41.026Z (18 days ago)
- Topics: avatar, figma, figma-plugin, generator, javascript, plugin, typescript
- Language: TypeScript
- Homepage: https://www.figma.com/community/plugin/1087220559503205766/Avatar-Generator
- Size: 512 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Avatar Generator](https://www.figma.com/community/plugin/1087220559503205766/Avatar-Generator)
![Thumbnail](images/thumb.png?raw=true "Thumbnail")
## Development guide
*This plugin is built with [Create Figma Plugin](https://yuanqing.github.io/create-figma-plugin/).*
### Pre-requisites
- [Node.js](https://nodejs.org) – v12++
- [Figma desktop app](https://figma.com/downloads/)### Build the plugin
To build the plugin:
```shell
npm run build
```This will generate a [`manifest.json`](https://figma.com/plugin-docs/manifest/) file and a `build/` directory containing the JavaScript bundle(s) for the plugin.
To watch for code changes and rebuild the plugin automatically:
```shell
npm run watch
```### Install the plugin
1. In the Figma desktop app, open a Figma document.
2. Search for and run `Import plugin from manifest…` via the Quick Actions search bar.
3. Select the `manifest.json` file that was generated by the `build` script.