aemkei/jsfuck

Please make better input box

Opened this issue · 1 comments

Right now you cant make newlines and the input box is very small so to write multiple lines of code you have to do something like "const coolvar = 2; console.log(coolvar)" and thats pretty annoying.

You can change the text input to a textarea and it will be able to use all textarea behavior. It will grab the string anyway.