Remove ansi color space

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2021-04-22 01:51:24 +12:00
parent b0e338a3a7
commit 9f6b90fdc2
No known key found for this signature in database
GPG key ID: 94AE1ACB662A2A6D
4 changed files with 1 additions and 21 deletions

View file

@ -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] = {