Awesome
TinyFaces π¦πΌπ¨πΎπ©π» Figma Plugin
Fill layers in Figma with avatars & random data from tinyfac.es...
Features:
- π Fills text layers with random names
- π¦πΌ Fills shapes with random avatar stock photos
- π Choose between high quality or low quality images
- π Filter to male, female or non-binary
- π¨βπ©βπ§βπ¦ Supports components
Installation/Usage:
- Visit the Figma plugin page
- Click Install
- Select a few
text
andshape (rectangle, ellipse, polygon, start, vector)
layers - Right click
Plugins
->TinyFaces
->Fill with high quality
- ππ€©π₯°
https://user-images.githubusercontent.com/980622/130806668-9dabd9e1-4aa0-4817-b0f4-52bfb5e72d07.mov
Development
This template contains the react example as shown on Figma Docs, with some structural changes and extra tooling.
- Run
yarn
to install dependencies. - Run
yarn build:watch
to start webpack in watch mode. - Open
Figma
->Plugins
->Development
->New Plugin...
and choosemanifest.json
file from this repo.
β To change the UI of your plugin (the react code), start editing App.tsx.
β To interact with the Figma API edit controller.ts.
β Read more on the Figma API Overview.
Tooling
This repo is using:
- React + Webpack
- TypeScript
- Prettier precommit hook