Auto-Cards/src/output.js
2025-05-27 17:55:42 -04:00

8 lines
266 B
JavaScript

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