ASCII Art Compiler is the tool that output the png file, the pdf file or the html file by the ASCII art file.
- This can output a png file, the pdf file or the html file by the ASCII art file.
- This is the cli tool.
- This is the single binary.
mkdir your-project
cd your-project
acc new
mv /favorite.ttf ./font/font.ttf
#You rename any ttf font file to "font.ttf" and move it to "./font" dictionary.nvim main.aasc
#Use your favorite text editor and enjoy drawing the ASCII art!acc build --type image
#output.png
acc build --type pdf
#output.pdf
acc build --type html
#output.html- Making real time view.
- Changing design of output files.