Easily resize your shapes with all other attributes resizing proportionally.
- Download the repository
- Unzip the repository to folder
figma-proportional-scale
- Go to Plugins in Figma
- Scroll to the Development section and click the
+
icon - Click to add
manifest.json
- Select the
manifest.json
file from the folderfigma-proportional-scale
- Open any Figma file
- Select a shape on your canvas.
- Press
command + /
and search for 'Proportional Scale' - Run the plugin
command + shift + p
to re-run the plugin instantly
- Clone the repository:
git clone https://github.com/madebyankur/figma-proportional-scale.git
- Go to the directory:
cd figma-proportional-scale
- Install figplug:
npm i -g figplug
- Build the plugin:
figplug build -w -o=build
- Add a new development plugin to Figma
- Select the
figma-/build/manifest.json
file as the manifest
- figma-plugin-ds for providing a design system for the plugins UI.