Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikoladev/xd-export

Adobe XD plugin that allows you to export at a single scale without all the other scales leading up to it
https://github.com/nikoladev/xd-export

Last synced: 2 months ago
JSON representation

Adobe XD plugin that allows you to export at a single scale without all the other scales leading up to it

Awesome Lists containing this project

README

        

# Export only one size

This Adobe XD plugin allows you to only export at the size you want. So you don't have to delete the other sizes you never wanted.

Download it [here](https://xd.adobelanding.com/en/xd-plugin-download/?name=ad4d7bf5)

## The reason behind the plugin

In Adobe XD when you use the standard export function to export at a scale of `2x` or `3x` you also get all the scales leading up to it which you then have to delete manually.

For example, if you export 4 files at scale `3x` as a `PNG` you get the following files:

```bash
design-I.png # ❌ needs to be deleted
[email protected] # ❌ needs to be deleted
[email protected] # ✅ this is what we want
design-II.png # ❌ needs to be deleted
[email protected] # ❌ needs to be deleted
[email protected] # ✅ this is what we want
design-III.png # ❌ needs to be deleted
[email protected] # ❌ needs to be deleted
[email protected] # ✅ this is what we want
design-IV.png # ❌ needs to be deleted
[email protected] # ❌ needs to be deleted
[email protected] # ✅ this is what we want
```

This is a lot of unnecessary manual work. With this plugin you will only get the files you need:

```bash
[email protected]
[email protected]
[email protected]
[email protected]
```

## Support

If you need help, want to report a bug, or request a feature you can open up a new issue [here](https://github.com/nikoladev/xd-export/issues).