We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0bbce commit 29f7e32Copy full SHA for 29f7e32
1 file changed
src/index.js
@@ -1,5 +1,5 @@
1
import { create, defineProperty, setPrototypeOf, separator, EMPTY_STRING } from './misc.js';
2
-import { hexToRgb, rgbToAnsi256, rgbToAnsi16, ansi256To16 } from './utils.js';
+import { hexToRgb, rgbToAnsi256, ansi256To16 } from './utils.js';
3
import { getLevel } from './color-support.js';
4
import { LEVEL_BW, LEVEL_16COLORS, LEVEL_256COLORS } from './color-levels.js';
5
0 commit comments