ime - initial version
This commit is contained in:
6
main.js
6
main.js
@@ -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();});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user