Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aviaryan/typ3r.js

🍟 [Library] dA aNn0Y1Ng t3Xt g3NeRa7or
https://github.com/aviaryan/typ3r.js

javascript nodejs npm text-processing

Last synced: 9 days ago
JSON representation

🍟 [Library] dA aNn0Y1Ng t3Xt g3NeRa7or

Awesome Lists containing this project

README

        

# typ3r.js

[![npm](https://img.shields.io/npm/v/typ3r.svg)](https://www.npmjs.com/package/typ3r)
[![npm](https://img.shields.io/npm/dm/typ3r.svg)](https://www.npmjs.com/package/typ3r)
[![npm](https://img.shields.io/npm/l/typ3r.svg)]()

typ3r converts sane human readable text to a not s0 hUMaN Re@dAbLE t3xT. A web app using this library is available at [typ3r.aavi.me](http://typ3r.aavi.me/).

Example

#### Input

```
This is a normal sane piece of text written by the author of this lib.
What you do with it is none of my business.
```

#### Output

```
dIS 1S a NoRMaL sAnE PIeC3 0F t3xT wrITTEN bY da AuThoR oF thIS lIb.
waT u D0 wid 1T iZz noNe of maH BuS1neSs.
```

## Installation

```
npm install typ3r
```

## Using

```js
const typ3r = require("typ3r")
console.log(typ3r("I was a good text"))
// i wAs A gOOD t3xT
```

----

🍻