Remove ansi color space
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
b0e338a3a7
commit
9f6b90fdc2
4 changed files with 1 additions and 21 deletions
|
|
@ -92,7 +92,7 @@ const getModelAnsi = (model, level, type, ...arguments_) => {
|
|||
return ansiStyles[type][model](...arguments_);
|
||||
};
|
||||
|
||||
const usedModels = ['rgb', 'hex', 'ansi256', 'ansi'];
|
||||
const usedModels = ['rgb', 'hex', 'ansi256'];
|
||||
|
||||
for (const model of usedModels) {
|
||||
styles[model] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue