Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.4 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.4 KB

About The Project

Pixel Artify is a web-based tool for transforming images into pixel art. Try it out at https://pixelartify.com!

Demo Screenshot

Getting Started

Prerequisites

This project requires Node.js which can be installed here.

Development Setup

  1. Clone the repo:
git clone https://github.com/shannonlui/pixel-artify.git
  1. Install the required dependencies in the client directory:
cd client
npm install
  1. Run the client app in development mode:
npm start

Features

  • Pixelate uploaded images with customizable pixel size
  • Adjust contrast, brightness, saturation, and color palette
  • Paint, erase and color selection on canvas
  • Resizable canvas and image export
  • Zooming and panning the canvas
  • Undo or redo changes

Acknowledgments

This project was built using React.js, Redux, and the following libraries: