Skip to content

Commit

Permalink
eee
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed Aug 12, 2020
1 parent 450e61b commit 80e7a60
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions index.html
Expand Up @@ -43,7 +43,17 @@
<title>Asciify Demo</title>
</head>
<body>
<h2>Asciify</h2>
<h1>Asciify Demo</h1>

<p>
This is a wonderful unstyled demo of <a href="https://github.com/tjhorner/asciify" target="_blank">Asciify</a>.
You can try out the asciify and imagify functions of the library right here, in your browser!
It uses WebAssembly, so everything is done client-side.
</p>

<hr>

<h2>Asciify an image</h2>

<p>
Input (PNG or JPG): <input id="asciify_input" type="file">
Expand All @@ -58,7 +68,7 @@ <h2>Asciify</h2>

<hr>

<h2>Imagify</h2>
<h2>Imagify ASCII art</h2>

<p>
Input:<br>
Expand Down

0 comments on commit 80e7a60

Please sign in to comment.