Skip to content

hrzndhrn/escape

Repository files navigation

Escape

Hex.pm: version GitHub: CI status License: MIT

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.

Installation

The package can be installed by adding escape to your list of dependencies in mix.exs:

def deps do
  [
    {:escape, "~> 0.1"}
  ]
end

Examples

Examples

RGB Palette

Code Palette