Skip to content

VirtualZer0/PixelArtRecolor

Repository files navigation

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.