maze-visualizer
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "maze-visualizer", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Maze Visualizer tools.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -30,3 +30,3 @@ /* EDGED TEXT GRAPHIC FUNCTION */ | ||
graphic = graphic.replace(/\s\n/g, '\n') | ||
graphic = graphic.trimEnd() | ||
graphic = graphic.replace(/(^\n|\n$)/g, '') | ||
@@ -289,3 +289,3 @@ // That's it! | ||
graphic = graphic.replace(/\s\n/g, '\n') | ||
graphic = graphic.trimEnd() | ||
graphic = graphic.trim() | ||
@@ -292,0 +292,0 @@ // return maze drawing. |
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
11784