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
- Host: GitHub
- URL: https://github.com/iarthstar/image2palette
- Owner: iarthstar
- License: mit
- Created: 2019-09-21T10:22:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T07:15:39.000Z (over 6 years ago)
- Last Synced: 2025-03-03T10:33:24.825Z (over 1 year ago)
- Topics: color, image, palette, plugin, purescript, sketch
- Language: PureScript
- Size: 49.8 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image2Palette 
A Sketch Plugin to Generate Color Palette from Image Layer.

## Support
[](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
[](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)