Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aveek-saha/pix2ascii

Convert an image into ASCII art
https://github.com/aveek-saha/pix2ascii

ascii-art firebase firebase-functions

Last synced: 12 days ago
JSON representation

Convert an image into ASCII art

Awesome Lists containing this project

README

        




Pix 2 Ascii


Convert your images into ASCII art

![CI/CD](https://github.com/Aveek-Saha/pix2ascii/workflows/CI/CD/badge.svg?style=for-the-badge)

### Website - [pix2ascii](https://pix2ascii.web.app/)

# 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
```