Skip to content

aaronmw/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Randomizer

A Figma plugin for randomizing text, size, position, rotation, opacity, fills, strokes, blur, and arc values across selected layers.

View Property Randomizer in the Figma Community.

Development

npm ci
npm run dev

In the Figma desktop app, open a Figma Design file, run Import plugin from manifest..., and choose manifest.json.

Build

npm run typecheck
npm run build

The plugin uses dist/code.js as the controller and dist/ui.html as the inline React UI bundle.

Review Notes

  • The plugin only works on the user's current selection on the current page.
  • The manifest declares dynamic page loading support with "documentAccess": "dynamic-page".
  • The manifest declares no network access with "networkAccess": { "allowedDomains": ["none"] }.
  • User presets are stored locally with Figma clientStorage; no plugin data is written to documents and no external services receive data.

About

A Figma plugin to randomize one or more properties of your selected elements

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors