anton-text-generator
v1.0.3
Published
![npm](https://img.shields.io/npm/v/random-text-generator) ![npm](https://img.shields.io/npm/dt/random-text-generator)
Downloads
4
Readme
Random Text Generator
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.