Comparing version 2.0.0 to 2.0.1
@@ -254,4 +254,4 @@ /*************************************************************************************************************************************************************** | ||
var Size = { | ||
width: WinSize.width || 80, | ||
height: WinSize.height || 24 | ||
width: WinSize ? WinSize.width : 80, | ||
height: WinSize ? WinSize.height : 24 | ||
}; | ||
@@ -258,0 +258,0 @@ |
{ | ||
"name": "cfonts", | ||
"description": "Sexy fonts for the console", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/dominikwilkowski/cfonts", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -382,2 +382,3 @@ ```shell | ||
## Release History | ||
* 2.0.1 - Foxed terminal width detection | ||
* 2.0.0 - Added tests, split into more pure functions | ||
@@ -384,0 +385,0 @@ * 1.2.0 - Added `transparent` and `system` as default background and color option, added `backgroundColor` as alias for `background`, upgraded deps |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167551
409