nici
v1.0.2
Published
an image color interpreter created by Ezra Goldner
Downloads
3
Readme
nici
node image color interpreter
hello! i made this because i'm on vacation and my laptop isn't good enough to work on my actual projects.
installation
npm i nici@latest -g
usage
get top 3 colors in 'test.png':
nici test.png
get top 5 colors in 'test.png':
nici test.png top 5
extra
i'm using the get-pixels
package for this project.