Enter your text and click 'Convert to ASCII Art' to see the result.
+diff --git a/js/ascii-art-css.txt b/js/ascii-art-css.txt new file mode 100644 index 0000000..85f3d6b --- /dev/null +++ b/js/ascii-art-css.txt @@ -0,0 +1,26 @@ +.ascii-output { + background-color: #1a1a1a; + border: 1px solid #00fff2; + border-radius: 5px; + padding: 1rem; + margin-top: 1rem; + font-family: monospace; + white-space: pre; + overflow-x: auto; +} + +#ascii-output { + color: #00fff2; + font-size: 0.8rem; + line-height: 1; +} + +#text-input { + width: 100%; + background-color: #1f2937; + border: 1px solid #374151; + color: #fff; + padding: 0.5rem; + border-radius: 5px; + resize: vertical; +} diff --git a/js/ascii-art-html.html b/js/ascii-art-html.html new file mode 100644 index 0000000..d1afd69 --- /dev/null +++ b/js/ascii-art-html.html @@ -0,0 +1,35 @@ + + +
+ + +Enter your text and click 'Convert to ASCII Art' to see the result.
+Enter text or a URL and click 'Generate QR Code' to create your QR code.
+