Skip to content

Commit

Permalink
Added Sketch Runner support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Sep 5, 2017
1 parent 59b57a3 commit b50f4ed
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
assets/.DS_Store
.DS_Store
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion Alembic.sketchplugin/Contents/Sketch/manifest.json
Expand Up @@ -14,7 +14,9 @@
},
},
"name" : "⚗️ Alembic",
"identifier" : "co.awkward.alembic.command"
"identifier" : "co.awkward.alembic.command",
"description" : "Extract colors from your images.",
"icon" : "alembic@2x.png"
}
],
"menu": {
Expand Down
Binary file added Docs/runner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,18 @@ A Sketch plugin that uses [Color Thief](https://github.com/lokesh/color-thief/)
<img src="Docs/usage.gif" width="1000" alt="Usage">
</p>

### Sketch Runner

<a href="http://bit.ly/SketchRunnerWebsite">
<img src="http://bit.ly/RunnerBadgeBlue">
</a>

You can also use Sketch Runner to quickly launch Alembic.

<p align="center">
<img src="Docs/runner.png" width="800" alt="Sketch Runner">
</p>

## Installation

1. Download the [latest release](https://github.com/awkward/Alembic/releases/download/v1.0/alembic.sketchplugin.zip)
Expand Down

0 comments on commit b50f4ed

Please sign in to comment.