Update output.js

This commit is contained in:
LewdLeah 2025-06-20 22:26:25 -04:00 committed by GitHub
parent 71e2b3a394
commit 6f543edc88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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