Selects a random avatar style from the Discord avatar styles library.
- Run
npm installto install dependencies. - Edit the
manifest.jsonfile to change the plugin info (id mainly) - Edit the
src/styles.tsfile to add your own style ids from your library. - Edit the
CATEGORIESconstant insrc/index.tsto add your own categories (that match your library). - Run
npm run watchto start parcel in watch mode. - Open
Figma->Plugins->Development->New Plugin...and choose themanifest.jsonfile 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.