Update JS for DAG presentation

This commit is contained in:
Gregory Trullemans 2022-01-13 21:16:00 +01:00
parent e132253697
commit aa9f847134
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
+ (string.split(/¾/g).length - 1)
+ (string.split(/B/g).length - 1)
+ (string.split(/O/g).length - 1);
return string.length + number_of_big_char - (number_of_spaces + (number_of_small_char / 2));
return string.length + (number_of_big_char / 2) - (number_of_spaces + (number_of_small_char / 2));
}
(async () => {