This is an ASCII characters collection that you can use on your terminal.
Install globally in your terminal
Make sure you have npm installed in your system
Install the package
Check the installation
Finally use it anywhere
phraze "Hello Guys"
phraze "Hello Guys" homer
echo "Hello Guys" | phraze
For full command usage see and to view all available characters –
Import in your javascript project
First install in your local project
npm install phraze --save
Import the package
import { phraze } from 'phraze';
Use the function
phraze("Your message here!",'pup');
Function :-
phraze(<type your message here>,<character name here>)
Contributors
Want to publish your own ASCII art here for public usage?
Look in Contributors.md for full detail.