1.1.1 • Published 3 years ago

zirin v1.1.1

Weekly downloads
18
License
MPL-2.0
Repository
-
Last release
3 years ago

zirin.js

Efficient module for converting readable text into "uwuified" text.

Supports optional fully customizable emoticon addition.

Functions

Typedefs

uwuify(str, options) ⇒ string

Returns: string - The uwuified string.

ParamTypeDescription
strstringThe string to uwuify.
optionsUwUOptionsThe options for the uwuification.

uwuifyCurry(opts) ⇒ function

Returns: function - A curried function.

ParamTypeDescription
optsUwUOptionsThe options.

UwUOptions : Object

Options for uwuification.

Properties

NameTypeDescription
enableEmoticonsbooleanWhether to enable the additions of emoticons.
emoticonsArray.<string>The emoticons to add if enableEmoticons is enabled.
emoticonChancenumberThe chance for an emoticon to appear. Must be a number from 0 to 1.
enableStutterbooleanWhether stuttering is enabled.
stutterChancenumberThe chance for a stutter. Must be a number from 0 to 1.
1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago