1.0.0 • Published 6 months ago
catwrapper v1.0.0
cat
An easy-to-use package to print random ASCII cats on the console, powered by the cat-me
package.
Installation
Install the package via npm:
npm install catwrapper
## Usage
const printCat = require('cat');
// Print a random ASCII cat to the console
printCat();
// Get the ASCII cat as a string without printing
const catString = printCat(true);
console.log(catString);
1.0.0
6 months ago