A e s t h e t i c T e x t
Aesthetic
Applies some combination of the selected row, column, and diagonal options. See those inputs for more information.
Spaceship
Repeats the provided text on a new line for every character in the string with increasing amounts of space between each character. Repeats the same output mirrored, with decreasing space until the original text is printed.
Star
Repeats the provided text on a new line for every character in the string with decreasing amounts of space between each character until the original string is printed. Repeats the same output mirrored until the first line is printed.
Mountain
Prints the first character from the original string with an increasing number of characters on new lines until the original string is printed. Repeats the same output mirrored until the first character of the original string is printed again.
Valley
Prints the original string with a decreasing number of characters on new lines until only one character is printed. Repeats the same output mirrored until the original string is printed again.
Row
Expand text in a row, with a space between each character. Can be used with column and diagonal.
Column
Expand text in a column, with a newline between each character. Can be used with row and diagonal.
Diagonal
Expand text along the diagonal, with a newline and increasing amounts of space between each character. Can be used with row and column.
Wide
Replace all characters in the original string with double width characters. Can be used with any other option. Note that these characters can cause text encoding issues in certain applications.
Input text to which aesthetics will be applied.
Resulting text with aesthetics applied.
Copy
Copies the styled text from aesthetic-text to clipboard.