1.1.0 โ€ข Published 2 years ago

@jcbhmr/catsay v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

catsay

๐Ÿฑ๐Ÿ’ฌ Make an ASCII cat say something

npm.io

Docs | Example | Wiki

๐Ÿˆ Makes cute ASCII cat images \ ๐Ÿ’ป Works in browser & terminal \ ๐Ÿงช Full test coverage

Installation

npm jsDelivr

You can install this package locally using NPM, or import it directy from an NPM CDN like ESM.sh or jsDelivr.

npm install @jcbhmr/catsay
import { ... } from "https://esm.sh/@jcbhmr/catsay";

Usage

Terminal Node.js Deno HTML5

CLI interface

๐Ÿ“š Read more on the docs website

Programmatic API

๐Ÿ“š Read more on the docs website

<pre id="cat"></pre>
import { catsay } from "https://esm.sh/@jcbhmr/catsay";

const cat = document.getElementById("cat");
cat.innerText = catsay("Hello world!");

Prior art

1.1.0

2 years ago

1.0.1

2 years ago