0.3.6 โ€ข Published 3 years ago

offtext v0.3.6

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

Offtext

Package current version Commitizen friendly forthebadge forthebadge forthebadge

Convert your ASCII into weird Unicode strings

Offtext converts your traditional text into incongruous text, straight out of a seizure.

๐Ÿƒโ€โ™€๏ธ Quick Usage

npx offtext randomcase <your text here>

๐Ÿ“ฅ Install and Run

You can also install Offtext as a global cli

npm install -g offtext
offtext gen <your text here>

๐Ÿ“’ Examples

Bash

offtext randomcase "The Text's CASE is random"
# Output: tHE TEXT'S CaSE Is RandOm

offtext cracked this text is super broken looking..
# Output: โ‚ฎ๊ฉ๊’ส‚ ๐“ฝ๐‘’๏ฝ˜๊“„ ๊‚‘๐”ฐ ึ†สŠืง๐”ผะณ ษฎ๏ฝ’๐จ๐“ด๐”ผ๊‹Š แ’ช๐• ๐”ฌ๐˜ฌIล‡๐™œ..

offtext reverse it has been reversed
# Output: desrever neeb sah ti

JS

// CommonJS
const offtext = require('offtext')
// ES6
import * as offtext from 'offtext'

const text = 'some random text'

console.log(offtext.randomCase(text))
// Outputs: soME rAndoM tExt

console.log(offtext.cracked(text))
// Outputs: ยง๐‘œ๐“‚๐‘’ ษพฮ›โ“๐”ก๐“ธ๐™ข Tฮฃ๐”๏ฝ”

console.log(offtext.reverse(text))
// Outputs: txet modnar emos

๐Ÿ“ Notes

  • The randomcase command is the default command, meaning it can be used like: offtext <your text here>
0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago