-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
620 additions
and
391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
<h1 align="center"><img src="docs/img/logo.png"></h1> | ||
|
||
[![](bit.ly/3ZS2ynW)](https://codecov.io/gh/webdiscus/ansis) | ||
[![](bit.ly/49SsuV0)](https://www.npmjs.com/package/ansis) | ||
[![](bit.ly/3P7e1Lp)](https://bundlephobia.com/package/ansis) | ||
|
||
Colorize terminal with ANSI colors & styles. | ||
|
||
📖 [Docs on GitHub](https://github.com/webdiscus/ansis) | ||
--- | ||
## 📖 [Docs on GitHub](https://github.com/webdiscus/ansis) | ||
|
||
![](docs/img/npm.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// color spaces | ||
export const SPACE_MONO = 0; | ||
export const SPACE_16_COLORS = 1; | ||
export const SPACE_256_COLORS = 2; | ||
export const SPACE_TRUE_COLORS = 3; | ||
export const SPACE_16COLORS = 1; | ||
export const SPACE_256COLORS = 2; | ||
export const SPACE_TRUECOLOR = 3; |
Oops, something went wrong.