1.5.1 • Published 11 months ago

zalgo-generator v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

zalgo-generator

This is a zalgo text generator. It will generate zalgo text from the input text.

This package can be used for javascript and typescript.

🚀🚀🚀 The package is published on npm 🚀🚀🚀

You can find an online demo at this address:

🚀🚀 zalgo-generator-website 🚀🚀

The demo source code is available on 🚀🚀 GitHub 🚀🚀

Usage

There is different functions to use which take an input string and return a zalgo text string.

You can find examples in the index.ts file.

import {zalgoGeneration, zalgoRandomGeneration, unzalgoText} from './zalgo-generator';

console.log('Zalgo hello world! : ', zalgoGeneration('Zalgo hello world!', 1, 1, 1), '\n');

const zalgoText = zalgoRandomGeneration('Zalgo text!', 3);

console.log('Random zalgo text : ', zalgoText, '\n');

console.log('Unzalgo Zalgo text! : ', unzalgoText(zalgoText), '\n');

GitHub Actions

Node.js CI ESLint CodeQL

The project is set up to run the following actions:

  • node.js.yml : Runs the tests for the Node.js project.
  • eslint.yml : Runs the ESLint linter on the project.
  • codeql.yml : Runs the CodeQL linter on the project.

Documentations

Xo:
https://github.com/xojs/xo

ESLint:
https://eslint.org/docs/latest/user-guide/getting-started

Links

Check the source code on github

Check the package on npm

Contributors

Quentin MOREL :

GitHub contributors

1.5.1

11 months ago

1.5.0

11 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.0

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago