ANSI art combines fixed-width text with escape sequences that add terminal colors and styles. This editor keeps the original source editable while rendering a conservative subset of common SGR sequences.
The preview does not execute arbitrary terminal control data. It interprets supported style codes and treats other content as text. This boundary matters because full ANSI streams can also contain cursor movement and screen commands.
Load Sample shows a working colored example. Edit the source, then Copy or Download the ANSI data. Clear removes the current artwork.
Use the editor for terminal banners, retro graphics, command-line demos, and learning exercises. Terminal capabilities vary, so important output should be tested in the actual target terminal.
