Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 972 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 972 Bytes

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.