2.0.0 • Published 5 years ago

strotate v2.0.0

Weekly downloads
2
License
Unlicense
Repository
github
Last release
5 years ago

🔄 Strotate

Travis CI Coverage Status GitHub Vulnerabilities Minzipped size

Rotate your strings with Strotate.

⭐ Getting started

Install the library as a dependency:

npm install strotate

Or, if you're using Yarn:

yarn add strotate

Then import functions:

import { rot13, unRot13 } from "strotate";

And start using it:

const rotated = rot13("Hello!");

You can also use a CDN:

<script src="https://unpkg.com/strotate"></script>

📝 License

Unlicense (public domain, do whatever you want)