Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.42 KB

PixelArt Recolor

Header Logo

👁‍🗨 About

This tool allows you to extract the color palette from images and transfer it to other images. The transfer uses the Nearest neighbor search algorithm (nearest-human-color library). Processing large images or a large palette can be time-consuming.

You can try this app here: https://virtualzer0.github.io/PixelArtRecolor/

image

🛠 Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.