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

https://github.com/iarthstar/image2palette

Sketch Plugin to generate Color Palette from Image Layer
https://github.com/iarthstar/image2palette

color image palette plugin purescript sketch

Last synced: 4 months ago
JSON representation

Sketch Plugin to generate Color Palette from Image Layer

Awesome Lists containing this project

README

          

# Image2Palette   ![Downloads](https://img.shields.io/github/downloads/iarthstar/image2palette/total?style=social)

A Sketch Plugin to Generate Color Palette from Image Layer.

![Image2Palette GIF](https://i.imgur.com/A4PdUvV.gif)

## Support

[![Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=170502&theme=dark)](https://www.producthunt.com/posts/image2palette)

## User Guide

* Get Palette
* Select an Image layer
* Press `CTRL + SHIFT + P` to generate Palette

* Set Auth
* Press `CTRL + SHIFT + K` to set Auth Value

## Install

Click [Here](https://github.com/iarthstar/Image2Palette/releases/download/v0.3.2/Image2Palette.sketchplugin.zip) to download the plugin

[![Sketchpacks](https://sketchpacks-com.s3.amazonaws.com/assets/badges/sketchpacks-badge-install.png "Install Image2Palette using SKETCHPACKS")](https://sketchpacks.com/iarthstar/Image2Palette/install)

## Development Guide

#### NOTE : Please make sure you have yarn :: [Installing yarn](https://yarnpkg.com/en/docs/install)

* Initial setup

```bash
$ yarn install
```

* Build plugin

```bash
$ yarn build
```

* To watch for changes

```bash
$ yarn watch
```

## Want to Develop Plugin

* Project Template to start developing plugin :: [Write Sketch Plugins in Purescript](https://github.com/iarthstar/purs-skpm)
* Sketch Javascript API wrapper :: [Purescript Sketch](https://github.com/iarthstar/purescript-sketch)