项目作者: lexcast

项目描述 :
Upload a pixel art image and count pixels & best color match
高级语言: JavaScript
项目地址: git://github.com/lexcast/pixels.git
创建时间: 2020-05-17T06:19:00Z
项目社区:https://github.com/lexcast/pixels

开源协议:MIT License

下载


Pixels

CI DEPLOY

See in action here.

Upload a pixel art image and count pixels, best color match based on a palette, generate a palette based on the images, calculate cost per pixel (for hama beads).

Install

Just clone it or download the repository, and run yarn install.

Available Scripts

This project is a Create React App, and it has all of its scripts, plus two to run tailwindcss (generates the styles):

yarn start:tw

Runs tailwindcss in the development mode.

yarn build:tw

Runs tailwindcss in the production mode.