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