updated color model list

This commit is contained in:
Yanis Benson 2019-09-20 16:26:08 +03:00
parent 83ca84a37b
commit 2fd15c6407

View file

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