This is a Figma plugin that creates visual diffs from nodes in a Figma file. It's used to see what's changed over time.
git clone
the repo.npm install
npm start
Then, in the Figma Desktop App.
- Go to Plugins > Development > Import Plugin from Manifest...
- Choose the
./manifest.json
file in the root of the cloned repo. - Go to Plugins > Development > Mendelsohn to launch the plugin
Once the build is running, changes will be automatically watched and recompiled. You must use the shortcut Cmd + Opt + P
to reload the plugin in Figma after it recompiles.
Contributions are welcome. Please submit a pull request to this repo. That will notify the maintainers and we'll take a look.
The default threshold for the plugin to detect a difference is currently 0.1
. Subtle changes may not be flagged, but this threshold prevents false diffs caused by text antialiasing.