A set of utilities for working with top-level frames (i.e. artboards). Current features include:
- Rearrange your artboards into a grid
- Fit artboards to their contents (with padding)
To try making some changes to the plugin:
-
Clone the repo and run:
$ npm install $ npm start
This packages up the plugin in the
dist
folder. -
In Figma, click Plugins > In Development > Create new plugin > Link existing plugin and choose the
manifest.json
file in thedist
folder.