xterm-256color-palette
v0.0.4
Published
Exposes xterm-256color's palette as a list of Strings
Maintainers
Readme
xterm-256color-palette
JS module exposing xterm-256color's palette as a list of Strings
This can be easily consumed by modules such as the eight-bit-color-picker.
Since this module exposes itself via the
UMD returnExports format,
it will work with whatever module loading system you're using. If you're in a
browser and have no module loader present, it will register a global called
xterm256ColorPalette.
Install
npm:
npm install --save xterm-256color-paletteBower:
bower install --save xterm-256color-paletteComponent:
component install bilalq/xterm-256color-palette