muriel1995
3/19/2019 - 4:53 PM

cowsay.js

const cowsay = require('cowsay'); 
console.log(cowsay.say({
	text : "hello boy",
	e : "oO",
	T : "U "
}));