Skip to content

Sketch Plugin to generate Color Palette from Image Layer

License

Notifications You must be signed in to change notification settings

iarthstar/Image2Palette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image2Palette   Downloads

A Sketch Plugin to Generate Color Palette from Image Layer.

Image2Palette GIF

Support

Product Hunt

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 to download the plugin

Sketchpacks

Development Guide

NOTE : Please make sure you have yarn :: Installing yarn

  • Initial setup
$ yarn install
  • Build plugin
$ yarn build
  • To watch for changes
$ yarn watch

Want to Develop Plugin