Comparing version
@@ -25,3 +25,6 @@ // Dependencies | ||
, withString = AnsiParser.parse(options.with.split("\n")) | ||
, where = options.where | ||
, where = { | ||
x: parseInt(options.where.x) | ||
, y: parseInt(options.where.y) | ||
} | ||
, whoStringSize = { | ||
@@ -28,0 +31,0 @@ w: whoString[0].length |
{ | ||
"name": "overlap", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Overlap two strings that contain new lines. Useful for ASCII drawings.", | ||
@@ -32,2 +32,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -73,2 +73,5 @@ Overlap | ||
# Changelog | ||
## `1.3.0` | ||
- Convert `where` fields to integer values. | ||
## `1.2.0` | ||
@@ -75,0 +78,0 @@ - Upgraded `ansi-parser` to `1.2.0`. |
6768
2.05%78
4%98
3.16%