A Lorem Ipsum generator full of quotes from the SpongeBob SquarePants show!
npm install lorem-squarepantsA Lorem Ipsum generator full of quotes from the SpongeBob SquarePants show!
``bash`
npm install lorem-squarepants
javascript
const loremSquarepants = require('lorem-squarepants');
`$3
`javascript
const paragraphs = loremSquarepants.generateParagraphs(3); // Generate 3 paragraphs
`$3
`javascript
const sentences = loremSquarepants.generateSentences(5); // Generate 5 sentences
`$3
`javascript
const words = loremSquarepants.generateWords(10); // Generate 10 words
``