Skip to content

JAZSI/ASCII-Art-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Art Converter

This project allows you to convert an image to ASCII art and back again.

Getting Started

To use this project simply open the index.html file in your web browser to access the converter.

Using the Converter

To convert an image to ASCII art:

Click the "Choose File" button to select an image file from your computer. Click the "Convert" button to display the ASCII representation of the image in the textarea. Click the "Copy" button to copy the ASCII representation to the clipboard. To convert an ASCII representation back to an image:

Paste the ASCII representation into the textarea. Click the "Convert ASCII to Image" button to display the image on the second canvas.

Customizing the Converter

You can customize the ASCII characters and colors used for the conversion by modifying the ASCII_CHARS and ASCII_COLORS variables in the scripts.js file.

Credits

This project was created by Jaszi.

License

This project is licensed under the MIT License.