lorem-squarepants

1.0.1 • Public • Published

Lorem Squarepants

A Lorem Ipsum generator full of quotes from the SpongeBob SquarePants show!

Installation

npm install lorem-squarepants

Usage

Import the module

const loremSquarepants = require('lorem-squarepants');

Generate Paragraphs

const paragraphs = loremSquarepants.generateParagraphs(3); // Generate 3 paragraphs

Generate Sentences

const sentences = loremSquarepants.generateSentences(5); // Generate 5 sentences

Generate Words

const words = loremSquarepants.generateWords(10); // Generate 10 words

Contributing

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.

Package Sidebar

Install

npm i lorem-squarepants

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

8.02 kB

Total Files

5

Last publish

Collaborators

  • ethanhaller