From 13198f534b5dcb8d835746428f6a7dbac9fa8245 Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 24 May 2025 18:30:06 -0400 Subject: [PATCH] Create output.js --- ts-src/output.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ts-src/output.js diff --git a/ts-src/output.js b/ts-src/output.js new file mode 100644 index 0000000..101055e --- /dev/null +++ b/ts-src/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);