JS Keyboard improve memory and error handling

This commit is contained in:
Willy-JL
2024-03-07 05:53:03 +00:00
parent d5e4af482f
commit bf8e1845f0
2 changed files with 57 additions and 83 deletions

View File

@@ -1,5 +1,6 @@
let keyboard = require("keyboard");
let text = keyboard.text(100, "Please Input Shit", 1);
// Default text is optional
let text = keyboard.text(100, "Some default text", true);
print("Got text:", text);