ascii-art-font
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -98,3 +98,3 @@ (function (root, factory){ | ||
try{ | ||
AsciiArt.Table.create(options, function(rendered){ | ||
AsciiArt.Figlet.create(options, function(err, rendered){ | ||
resolve(rendered); | ||
@@ -142,3 +142,3 @@ }); | ||
if(!callback){ | ||
return AsciiArt.Figlet.newReturnContext(); | ||
return AsciiArt.Figlet.newReturnContext(options); | ||
}else{ | ||
@@ -145,0 +145,0 @@ AsciiArt.Figlet.write(options.text, options.font, function(text){ |
{ | ||
"name": "ascii-art-font", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "font.js", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
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
22748