anton-text-generator
v1.0.3
Published
 
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-generatorUsage
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.
