Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.39 KB

sketch-export-assets

Export assets for Android, iOS, Windows Phone in Sketch.

Also check my new sketch plugin to export assets for iOS directly from Sketch into Xcodes assets catalog.

Installation

The actual location of your Sketch plugins directory will vary. To open it just click on the Reveal Plugins Folder under the Plugins menu in sketch.

Run following command after going to the sketch plugins folder:

git clone [email protected]:GeertWille/sketch-export-assets.git sketch-export-assets.sketchplugin

OR

Create a new directory called sketch-export-assets.sketchplugin and place the content of this repository in it.

Once you have checked out the plugin repository into the relevant directory, you'll find the plugin functions under the Plugins menu in Sketch.

Assumptions

The plugin assumes you design your layouts in mdpi, which means 1px = 1dp

Shortcuts

  • iOS Export: ctrl + alt + shift + 1
  • Android Export: ctrl + alt + shift + 2
  • Windows Export: ctrl + alt + shift + 3

Credits

This plugin is based on zmaltalker's project sketch-android-assets. I needed to export my assets to multiple platforms that's why I extended his project to cover other platforms.