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.
2 parents 29055ae + 1e8f9d1 commit 3e6b333Copy full SHA for 3e6b333
index.js
@@ -29,7 +29,7 @@ var _styles = {
29
}
30
var _openTags = {
31
'1': 'font-weight:bold', // bold
32
- '2': 'opacity:0.8', // dim
+ '2': 'opacity:0.5', // dim
33
'3': '<i>', // italic
34
'4': '<u>', // underscore
35
'8': 'display:none', // hidden
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ansi-html",
3
- "version": "0.0.6",
+ "version": "0.0.7",
4
"description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
5
"main": "index.js",
6
"scripts": {
0 commit comments