The Escape
module provides functionality to render ANSI escape sequences.
The module is similar to IO.ANSI
but add a theme option to Escape.format/2
.
Documentation can be found at https://hexdocs.pm/escape.
The package can be installed by adding escape
to your list of
dependencies in mix.exs
:
def deps do
[
{:escape, "~> 0.1"}
]
end