strotate
v2.0.0
Published
Typescript DOM library starter template
Downloads
5
Readme
🔄 Strotate
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)