Skip to content

Aveek-Saha/pix2ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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