
Line Gaps
April 29, 2024About 1 min
Line Gaps 관련
How to Create an Interactive Terminal Portfolio Website
In this article, you will learn how to create an interactive terminal-based portfolio and a résumé in JavaScript. We'll use the jQuery Terminal library (and a few other tools) to create a website that looks like a real terminal. This article will sho...
How to Create an Interactive Terminal Portfolio Website
In this article, you will learn how to create an interactive terminal-based portfolio and a résumé in JavaScript. We'll use the jQuery Terminal library (and a few other tools) to create a website that looks like a real terminal. This article will sho...
If the font you pick creates gaps between the lines, like in this image with font ANSI Shadow:

You can remove the gaps by adding the ansi
option set to true
. The option was added specifically to fix an issue with displaying ANSI Art.
term.echo(() => render('Terminal Portfolio'), { ansi: true });
The above ASCII Art will look like this:
