1.0.1 • Published 8 months ago
random-description-generator v1.0.1
Random Description Generator
A lightweight library to generate random descriptions for testing purposes. Combine adjectives, nouns, verbs, and adverbs to create fun and dynamic sentences.
Installation
npm install random-description-generator
Usage
const { generateDescription } = require("random-description-generator");
console.log(generateDescription());
// Output: The fierce dragon happily sings over the elegant castle.