2.0.0 • Published 7 years ago
strotate v2.0.0
🔄 Strotate
Rotate your strings with Strotate.
⭐ Getting started
Install the library as a dependency:
npm install strotateOr, if you're using Yarn:
yarn add strotateThen 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)
2.0.0
7 years ago