This commit is contained in:
mariloumars 2024-10-07 14:01:05 +02:00
commit 9ac0e55d75
3 changed files with 21 additions and 20 deletions

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