Commit 916189d 1 parent f9d9859 commit 916189d Copy full SHA for 916189d
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,10 @@ const term = $('body').terminal({}, {
127
127
fonts, on [ figlet demo website] ( https://patorjk.com/software/taag/ ) (type some text and click test
128
128
all to see all fonts).
129
129
130
- ` $.terminal.figlet ` return a function that renders the text using figlet, because of this you have
131
- responsive text. See below demo how it works, you can resize the window, to see how the ASCII Art
132
- change.
130
+ ` $.terminal.figlet ` [ returns a
131
+ function] ( https://www.freecodecamp.org/news/higher-order-functions-explained/ ) that renders the text
132
+ using figlet, because of this you have responsive text. See below demo how it works, you can resize
133
+ the window, to see how the ASCII Art change.
133
134
134
135
<CodePen id = " xbKqpZG" title = " Terminal Figlet" />
135
136
You can’t perform that action at this time.
0 commit comments