Update coordinates_index.js

pull/2/head
Andreas Gysin 2021-02-20 14:35:46 +01:00
rodzic 656e7ca549
commit 436a642cdb
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,8 @@
*/
// Global variables have scope in the whole module.
const pattern = '| |▁|▂|▃|▄|▅|▆|▇|▆|▅|▄|▃|▂|▁'
const pattern = '| |.|,|:|;|x|K|Ñ|R|a|+|=|-|_'
// const pattern = '| |▁|▂|▃|▄|▅|▆|▇|▆|▅|▄|▃|▂|▁'
// Resize the browser window to modify the pattern.
export function main(coord, context, cursor, buffer) {