This commit is contained in:
Louka Lemonnier 2024-10-07 14:02:11 +02:00
commit 47782a7609
4 changed files with 23 additions and 20 deletions

View File

@ -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 isnt 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:

View File

@ -8,9 +8,9 @@
TODO: params parsing and so on
#*/
'use strict';
const config = require('./src/config');
/*const config = require('./src/config');
const Mapscii = require('./src/Mapscii');
const argv = require('yargs')
const argv = require('yargs')*/
.option('latitude', {
alias: 'lat',
description: 'Latitude of initial centre',

View File

@ -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],

1
toto.txt Normal file
View File

@ -0,0 +1 @@
youhou