1.0.1 • Published 2 years ago
lorem-squarepants v1.0.1
Lorem Squarepants
A Lorem Ipsum generator full of quotes from the SpongeBob SquarePants show!
Installation
npm install lorem-squarepantsUsage
Import the module
const loremSquarepants = require('lorem-squarepants');Generate Paragraphs
const paragraphs = loremSquarepants.generateParagraphs(3); // Generate 3 paragraphsGenerate Sentences
const sentences = loremSquarepants.generateSentences(5); // Generate 5 sentencesGenerate Words
const words = loremSquarepants.generateWords(10); // Generate 10 wordsContributing
Feel free to contribute by opening issues or submitting pull requests. Your feedback suggestions, and quotes are welcome!
License
This project is licensed under the ISC License - see the LICENSE file for details.