Skip to content

ivaaak/React-Image-To-ASCII

Repository files navigation

Image to ASCII - React + HTML Canvas API

A react app which creates an ASCII representation of an uploaded image.

Getting Started:

npm i 
npm run dev

Screenshots:

How it works:

  1. Draw the uploaded image to a canvas and get pixel data
  2. Convert each pixel's brightness (average of RGB) to an ASCII character (@%#*+=-:. )
  1. Arrange characters in a grid matching image dimensions and display in monospace font

About

Image to ASCII Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published