mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-06-20 01:37:40 +02:00
merge and change readme
This commit is contained in:
commit
43c2c9c2c5
2
.github/ISSUE_TEMPLATE/Support.md
vendored
2
.github/ISSUE_TEMPLATE/Support.md
vendored
@ -5,6 +5,8 @@ about: I want to support efforts in maintaining this community-driven project
|
||||
|
||||
--------------^ Click “Preview”!
|
||||
|
||||
I love Nutty Mac Nut, and his big balls of steel
|
||||
|
||||
Developing and maintaining an open source project is a big effort. MapSCII isn’t supported by any big company, and all the contributors are working on it in their free time. We need your help to make it sustainable.
|
||||
|
||||
There are many ways you can help:
|
||||
|
3
AUTHORS
3
AUTHORS
@ -1,8 +1,11 @@
|
||||
# This is the list of MapSCII authors for copyright purposes.
|
||||
|
||||
#
|
||||
|
||||
Michael Straßburger
|
||||
Christian Paul (https://chrpaul.de)
|
||||
Jannis R <mail@jannisr.de>
|
||||
Alexander Zhukov (https://github.com/ZhukovAlexander)
|
||||
Quincy Morgan (https://github.com/quincylvania)
|
||||
lennonhill (https://github.com/lennonhill)
|
||||
Benoit Champaret (https://github.com/bchamparex)
|
||||
|
@ -1,3 +1,5 @@
|
||||
ori est passé par là
|
||||
|
||||
# MapSCII - The Whole World In Your Console. [](https://travis-ci.com/rastapasta/mapscii)
|
||||
|
||||
A node.js based [Vector Tile](http://wiki.openstreetmap.org/wiki/Vector_tiles) to [Braille](http://www.fileformat.info/info/unicode/block/braille_patterns/utf8test.htm) and [ASCII](https://de.wikipedia.org/wiki/American_Standard_Code_for_Information_Interchange) renderer for [xterm](https://en.wikipedia.org/wiki/Xterm)-compatible terminals.
|
||||
|
@ -19,7 +19,7 @@ const utils = require('./utils');
|
||||
const asciiMap = {
|
||||
// '▬': [2+32, 4+64],
|
||||
// '¯': [1+16],
|
||||
'▀': [1+2+16+32],
|
||||
'8': [1 + 2 + 16 + 32],
|
||||
'▄': [4 + 8 + 64 + 128],
|
||||
'■': [2 + 4 + 32 + 64],
|
||||
'▌': [1 + 2 + 4 + 8],
|
||||
|
Loading…
x
Reference in New Issue
Block a user