https://github.com/pklaschka/xd-panel-screenshot
A tool to automate taking screenshots of panel plugins for Adobe XD
https://github.com/pklaschka/xd-panel-screenshot
adobe-xd automation cli image-manipulation image-processing nodejs screenshot tool
Last synced: 8 months ago
JSON representation
A tool to automate taking screenshots of panel plugins for Adobe XD
- Host: GitHub
- URL: https://github.com/pklaschka/xd-panel-screenshot
- Owner: pklaschka
- License: mit
- Created: 2020-10-10T11:15:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T09:57:16.000Z (over 2 years ago)
- Last Synced: 2025-04-10T23:04:22.193Z (8 months ago)
- Topics: adobe-xd, automation, cli, image-manipulation, image-processing, nodejs, screenshot, tool
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@pklaschka/xd-panel-screenshot
- Size: 291 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @pklaschka/xd-panel-screenshot [](https://npmjs.org/package/@pklaschka/xd-panel-screenshot)
> A tool to automate taking screenshots of panel plugins for Adobe XD
:warning: Please note that right now, this tool only supports Windows machines.
I'd be happy to accept any pull requests expanding support in that area, though.
## Installation
```sh
$ npm install --global @pklaschka/xd-panel-screenshot
```
## Usage
1. Open your plugin's panel inside an Adobe XD window
2. Run
```sh
$ xd-panel-screenshot
```
3. Follow the instructions (focus on the XD window)
4. Let the tool do it's magic
5. Find a perfect screenshot of your panel in the directory that you executed
that command in.
## License
MIT © [Pablo Klaschka](https://github.com/pklaschka)