Selects a random avatar style from the Discord avatar styles library.
- Run
npm install
to install dependencies. - Edit the
manifest.json
file to change the plugin info (id mainly) - Edit the
src/styles.ts
file to add your own style ids from your library. - Edit the
CATEGORIES
constant insrc/index.ts
to add your own categories (that match your library). - Run
npm run watch
to start parcel in watch mode. - Open
Figma
->Plugins
->Development
->New Plugin...
and choose themanifest.json
file from this repo.
Run `npm run build` to build a production version.
While I am a Discord employee, this is by no way endorsed as an "official" Discord integration with Figma. This is a personal project.
This project is licensed under the MIT License - see the LICENSE file for details.