maze-visualizer
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "maze-visualizer", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Maze Visualizer tools.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -28,2 +28,6 @@ /* EDGED TEXT GRAPHIC FUNCTION */ | ||
// clean white-space. | ||
graphic = graphic.replace(/\s\n/g, '\n') | ||
graphic = graphic.trim() | ||
// That's it! | ||
@@ -283,2 +287,6 @@ return graphic | ||
// clean white-space. | ||
graphic = graphic.replace(/\s\n/g, '\n') | ||
graphic = graphic.trim() | ||
// return maze drawing. | ||
@@ -285,0 +293,0 @@ return graphic |
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
11765
328