ime - initial version

This commit is contained in:
2022-05-07 00:08:08 +02:00
parent e775b7d6a2
commit c01ebee0ae
4 changed files with 355 additions and 6 deletions

View File

@@ -1,8 +1,3 @@
//since this _entire thing_ will be generated,
//you could "theoretically" (you definitive can)
//just sorta. skip the whole "scan all words" bit,
//which is why that's in a separate function
let words = {}
let currentFont = "r";
@@ -116,7 +111,6 @@ function init() {
document.querySelector("#popup-container").style.pointerEvents = "none";
}
});
// above are commented out until wordlist is added~
document.querySelector("#font-button").addEventListener("click", () => {fontButton();});
}