1.0.3 • Published 1 year ago

anton-text-generator v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Random Text Generator

npm npm

Generate random text snippets for your projects with ease!

Installation

You can install the package via npm:

npm install anton-text-generator

Usage

const randomTextGenerator = require('anton-text-generator');

// Generate a random text snippet
const randomSnippet = randomTextGenerator.randomText();
console.log(randomSnippet);

Features

  • Generates random text snippets based on English idioms, phrases, and common expressions.
  • Easy to integrate into any JavaScript project.
  • Lightweight and dependency-free.

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago