Skip to content

casieber/zalgo-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published