Auto-Cards/src/input.js
2025-05-27 17:52:21 -04:00

8 lines
262 B
JavaScript

// Your "Input" tab should look like this
const modifier = (text) => {
// Your other input modifier scripts go here (preferred)
text = AutoCards("input", text);
// Your other input modifier scripts go here (alternative)
return {text};
};
modifier(text);