1.1.2 • Published 3 years ago

@artemis69/swagify v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Swagify

"I use it every day." - Connor, 12, 420th prestige on BLOPS2

Author: GitHub Repo: GitHub

Usage

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

console.log(swagify("Username to swagify"));

Config (This is optional)

PropsTypeDefault
upperCaseChancenumber0.5
letterReplaceChancenumber0.8
tripleChancenumber0.1
maxTagsnumber3

Example

const name = swagify("Artemiy", {
  upperCaseChance: 0,
  letterReplaceChance: 1,
  tripleChance: 0,
  maxTags: 200,
});

console.log(name);

Node

npm i @artemis69/swagify
import { swagify } from "@artemis69/swagify";

console.log(swagify("Username to swagify"));
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago