We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is one case that don't work:
term.echo(async function() { return await rainbow(await renderFiglet('jQTerm Pipe Demo')); });
In Figlet Pipe demo. So you can't have responsive text from async function.
The text was updated successfully, but these errors were encountered:
add support for echo async functions #629
254fbdc
No branches or pull requests
I have idea for a new feature for jQuery Terminal
This is one case that don't work:
In Figlet Pipe demo. So you can't have responsive text from async function.
The text was updated successfully, but these errors were encountered: