Auto-Cards/examples/Pokemon-Safari/bulk-card-generator-src/output.js
2025-06-20 22:26:25 -04:00

7 lines
169 B
JavaScript

// Your "Output" tab should look like this
const modifier = (text) => {
text = AutoCards("output", text);
state.inhibit = false;
return {text};
};
modifier(text);