0.0.4 • Published 11 years ago

xterm-256color-palette v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

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-palette

Bower:

bower install --save xterm-256color-palette

Component:

component install bilalq/xterm-256color-palette

License

MIT