Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.41 KB

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