Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Logo

# [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.