mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-24 00:53:32 +01:00
🔖 bumping 0.2.0
This commit is contained in:
parent
184ce100d7
commit
b76e626d5e
@ -24,6 +24,14 @@ If you're on Windows, use the open source telnet client [PuTTY](https://www.chia
|
||||
* Highly optimized algorithms for a smooth experience
|
||||
* 100% pure JavaScript! :sunglasses:
|
||||
|
||||
## How to run it locally
|
||||
|
||||
With a modern node installation available, just start it with
|
||||
|
||||
```
|
||||
npx mapscii
|
||||
```
|
||||
|
||||
## How to install it locally
|
||||
|
||||
### With npm
|
||||
@ -56,6 +64,7 @@ mapscii
|
||||
|
||||
* Arrows **up**, **down**, **left**, **right** to scroll around
|
||||
* Press **a** or **z** to zoom in and out
|
||||
* Press **c** to switch to block character mode
|
||||
* Press **q** to quit
|
||||
|
||||
## Mouse control
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mapscii",
|
||||
"version": "0.1.6",
|
||||
"version": "0.2.0",
|
||||
"description": "Map+Ascii -> MapSCII! Console Map Viewer.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user