mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-28 02:53:23 +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
|
* Highly optimized algorithms for a smooth experience
|
||||||
* 100% pure JavaScript! :sunglasses:
|
* 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
|
## How to install it locally
|
||||||
|
|
||||||
### With npm
|
### With npm
|
||||||
@ -56,6 +64,7 @@ mapscii
|
|||||||
|
|
||||||
* Arrows **up**, **down**, **left**, **right** to scroll around
|
* Arrows **up**, **down**, **left**, **right** to scroll around
|
||||||
* Press **a** or **z** to zoom in and out
|
* Press **a** or **z** to zoom in and out
|
||||||
|
* Press **c** to switch to block character mode
|
||||||
* Press **q** to quit
|
* Press **q** to quit
|
||||||
|
|
||||||
## Mouse control
|
## Mouse control
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mapscii",
|
"name": "mapscii",
|
||||||
"version": "0.1.6",
|
"version": "0.2.0",
|
||||||
"description": "Map+Ascii -> MapSCII! Console Map Viewer.",
|
"description": "Map+Ascii -> MapSCII! Console Map Viewer.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user