Utility for unleashing Zalgo into your strings.
import zalgo from "zalgo-js";
const myString = "Hello World!";
const releaseHim = zalgo(myString);
console.log(releaseHim);
- 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