1.2.0 • Published 7 years ago

paletty-cli v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

paletty

Generate a color palette from an image

Installation

Install it globally with the following command:

npm install -g paletty-cli

Usage

paletty-cli options filepath

Options are:

  • -s, --size [number] - The size of the color palette, e.g. paletty -s 5 path/to/img will return 5 colors.
  • -F, --format [hex|hsl|X|rgb] - The output format of the colors
  • --no-color - per default, the console output is colored according to the returned color. If paletty happens to return a dark color and your terminal has a dark background, that color may be impossible read. Use --no-color in that case.