Skip to content

Aveek-Saha/pix2ascii

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Pix 2 Ascii

Convert your images into ASCII art

CI/CD

Website - pix2ascii

Converting an image

  1. Simply upload an image smaller than 5mb in one of the supported formats (jpg, png or bmp).
  2. Pick the number of characters you want in a row. This is like the resolution of the generated image.
  3. Pick the style you want for your ascii art, each character set gives a unique look to the image.

Development

  • Clone the repo and run npm i to install dependencies.
  • Make sure you have the Firebase CLI installed as well as the emulator for local development.
  • To run the Firebase cloud function
cd functions
npm run serve
  • To run the frontend UI
cd client
npm run dev