mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-29 11:00:11 +00:00
[api] Added ability to safely require colors without messing with String.prototype [api] Removed browser functionality [dist] Add travis file
12 lines
197 B
JavaScript
12 lines
197 B
JavaScript
module['exports'] = {
|
|
silly: 'rainbow',
|
|
input: 'grey',
|
|
verbose: 'cyan',
|
|
prompt: 'grey',
|
|
info: 'green',
|
|
data: 'grey',
|
|
help: 'cyan',
|
|
warn: 'yellow',
|
|
debug: 'blue',
|
|
error: 'red'
|
|
}; |