simple-lorem
v1.1.1
Published
A simple Lorem Ipsum generator npm package
Downloads
1
Readme
📜 Simple Lorem Ipsum Generator
A whimsical and delightful npm package that brings the classic Lorem Ipsum text to your fingertips.
Features
- Instant Whimsy: Generate Lorem Ipsum text with just a few lines of code.
- Easy Integration: Perfect for adding placeholder text in your projects, from websites to mockups.
Installation
npm install simple-lorem
Usage
const generateLoremIpsum = require('simple-lorem');
const loremIpsum = generateLoremIpsum(3); // Generate 3 paragraphs
console.log(loremIpsum);
Options
paragraphs
(optional): Number of delightful paragraphs to generate. Default is 1.
Examples
const generateLoremIpsum = require('simple-lorem');
const fewParagraphs = generateLoremIpsum(2);
console.log(fewParagraphs);
const singleParagraph = generateLoremIpsum();
console.log(singleParagraph);
Contribution
Contributions are welcome! If you have a fun twist to add to the Lorem Ipsum, or if you've found a bug in the generator, don't hesitate to open an issue or submit a pull request.
License
This package is distributed under the MIT License. See the LICENSE file for more information.
Made with ❤️ and lots of whimsy by Node Nerd
Psst... Did you know? The secret to happiness might just be hidden in the whimsy of Lorem Ipsum! 🌈🦄