From eb65b2cd8fb7a1ede1eac503cad5e2dc89758eea Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 17 May 2025 18:05:18 -0400 Subject: [PATCH] Create input.js --- input.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 input.js diff --git a/input.js b/input.js new file mode 100644 index 0000000..4c32036 --- /dev/null +++ b/input.js @@ -0,0 +1,10 @@ +// Your "Input" tab should look like this +const modifier = (text) => { + // + // Ideally, your other input code goes above this line + text = AutoCards("input", text); + // Alternatively, you may also put it below this line + // + return {text}; +}; +modifier(text);