Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
system-conf authored May 31, 2024
1 parent fe39d38 commit 2196e5c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

# Image to ASCII Converter

This is a simple web application that converts images to ASCII art. You can upload an image, specify the desired width for the output, and see the ASCII art representation of the image.

## Features

- Upload an image and convert it to ASCII art.
- Specify the width of the ASCII art.
- Responsive design with a dark theme and rounded corners.

## Usage

1. Clone the repository or download the files.
2. Open `index.html` in your web browser.
3. Upload an image using the file input.
4. Adjust the width as needed using the number input.
5. The ASCII art will be displayed on the page.

## Files

- `index.html`: The main HTML file containing the structure and functionality of the application.
- `styles.css`: The CSS file containing the styles for the application.
- `script.js`: The JavaScript file containing the logic for converting images to ASCII art.

## Screenshot

![Screenshot](screenshot.png)

## Demo

You can try the live demo [here](https://example.com/demo).

## License

This project is licensed under the MIT License.

0 comments on commit 2196e5c

Please sign in to comment.