Small JS bindings tweaks

- no destroy for math
- tweak example print results
- namespace naming consistency
This commit is contained in:
Willy-JL
2024-03-07 05:15:01 +00:00
parent 86986278d3
commit be014b5103
5 changed files with 78 additions and 83 deletions

View File

@@ -2,4 +2,4 @@ let keyboard = require("keyboard");
let text = keyboard.text(100, "Please Input Shit", 1);
print(text);
print("Got text:", text);