Jumble

Jumble your text!

Usage

The latest stable release of Jumble can be imported from deno.land/x using https://deno.land/x/jumble/mod.ts, or, you can import the latest bleeding-edge commit straight from GitHub using https://raw.githubusercontent.com/Fuwn/jumble/main/mod.ts.

Documentation

The latest documentation (main) is available here, and the latest stable documentation is available here.

Example

To jumble your text, just use the jumble function!

import { jumble } from "https://deno.land/x/jumble/mod.ts";

jumble("Hello, World!"); // A possible result is "Hlleo, Wrlod!"

License

This project is licensed with the GNU General Public License v3.0.