Skip to content

Commit

Permalink
(docs) add link to freeCodeCamp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 19, 2024
1 parent f9d9859 commit 916189d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/docs/deep-dive/echo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ const term = $('body').terminal({}, {
fonts, on [figlet demo website](https://patorjk.com/software/taag/) (type some text and click test
all to see all fonts).

`$.terminal.figlet` return a function that renders the text using figlet, because of this you have
responsive text. See below demo how it works, you can resize the window, to see how the ASCII Art
change.
`$.terminal.figlet` [returns a
function](https://www.freecodecamp.org/news/higher-order-functions-explained/) that renders the text
using figlet, because of this you have responsive text. See below demo how it works, you can resize
the window, to see how the ASCII Art change.

<CodePen id="xbKqpZG" title="Terminal Figlet" />

Expand Down

0 comments on commit 916189d

Please sign in to comment.