From 60dfdb81350953dd7850103616ab3cd33ea8e17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Stra=C3=9Fburger?= Date: Sun, 14 May 2017 14:47:19 +0200 Subject: [PATCH] :memo: adding string-width to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0af58aa..e166738 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ If your terminal supports mouse events you can drag the map and use your scroll * [`x256`](https://github.com/substack/node-x256) for converting RGB values to closest xterm-256 [color code](https://en.wikipedia.org/wiki/File:Xterm_256color_chart.svg) * [`term-mouse`](https://github.com/CoderPuppy/term-mouse) for mouse handling * [`keypress`](https://github.com/TooTallNate/keypress) for input handling + * [`string-width`](https://github.com/sindresorhus/string-width) to determine visual string lengths #### Discovering the map data * [`vector-tile`](https://github.com/mapbox/vector-tile-js) for [VectorTile](https://github.com/mapbox/vector-tile-spec/tree/master/2.1) parsing