Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primer/figma-diff-probot
Probot using figma api to comment on PRs with before after images
https://github.com/primer/figma-diff-probot
figma github image-diff probot
Last synced: about 3 hours ago
JSON representation
Probot using figma api to comment on PRs with before after images
- Host: GitHub
- URL: https://github.com/primer/figma-diff-probot
- Owner: primer
- License: mit
- Archived: true
- Created: 2018-03-30T21:12:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T21:12:08.000Z (almost 6 years ago)
- Last Synced: 2024-09-29T06:01:28.967Z (4 months ago)
- Topics: figma, github, image-diff, probot
- Language: JavaScript
- Size: 22.5 KB
- Stars: 114
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Figma Image Diff probot
> a GitHub App built with [probot](https://github.com/probot/probot) that checks before and after components between two Figma files and posts before after images.
![image](https://user-images.githubusercontent.com/54012/38582457-a76db572-3cc4-11e8-8b95-34345c8beab8.png)
## Usage
This probot is customized to work with [Octicons](https://github.com/primer/octicons) to look for changes in the figma import url found in the octicons package.json.
When there is a change in the url, this bot will pull down images for the before and after files and generate a before and after image for any changed components.
## Documentation
The documentation for writing your own Probot can be [found on the probot website](https://probot.github.io/).
## License
[MIT](./LICENSE) © [GitHub](https://github.com/)