diff --git a/src/input.js b/src/input.js index 8b13789..4c32036 100644 --- a/src/input.js +++ b/src/input.js @@ -1 +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);