1.0.0 • Published 7 years ago

zalgo-js v1.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

zalgo-js

Utility for unleashing Zalgo into your strings.

npm version build status

How To Use

import zalgo from "zalgo-js";

const myString = "Hello World!";
const releaseHim = zalgo(myString);

console.log(releaseHim);

Planned Features

  • Customizable levels of Zalgo-ness
    • Specify accepted directions
    • Specify overall intensity
    • Specify function used to determine per-character intensity
    • Specify set of a accepted combining characters
  • Seeded version to allow for more deterministic Zalgo
  • Export curried version to accept options first and output custom summoning
1.0.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago