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
One of the examples shows:
cowsay.say({ text : "I'm a moooodule", e : "oO", T : "U " })
which does't work (eyes and tongue don't change), other example says:
console.log(think({ text: 'grazing in the browser', cow: SQUIRREL, eyes: 'pp', tongue: ';;', }));
that API works.
The text was updated successfully, but these errors were encountered:
in my case
works
But
no. And the cow: change animal option not working in neither cases // still confused how to change animal successfully
cow:
Sorry, something went wrong.
There are some inconsistencies, I think the best is to provides both APIs for both say and think. Here is was testing the APIin broser at CodePen
I've just tested both say and think at CodePen and in browser it works with longer names options. They eyes are changed.
say
think
No branches or pull requests
One of the examples shows:
which does't work (eyes and tongue don't change), other example says:
that API works.
The text was updated successfully, but these errors were encountered: