From 2fd15c6407efc77bdd2c0e8359686b0570823bcf Mon Sep 17 00:00:00 2001 From: Yanis Benson Date: Fri, 20 Sep 2019 16:26:08 +0300 Subject: [PATCH] updated color model list --- source/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.js b/source/index.js index 807d952..af0871b 100644 --- a/source/index.js +++ b/source/index.js @@ -72,7 +72,7 @@ styles.visible = { } }; -const usedModels = ['rgb', 'hsl', 'hsv', 'hwb', 'cmyk', 'xyz', 'lab', 'lch', 'hex', 'keyword', 'ansi', 'ansi256', 'hcg', 'apple']; +const usedModels = ['rgb', 'hex', 'keyword', 'hsl', 'hsv', 'hwb', 'ansi', 'ansi256']; for (const model of usedModels) { styles[model] = {