0.0.6 • Published 3 years ago

@schoenenbergersoftware/test-module v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

"Lorem Ipsum" Generator

1. - Including the Library is like the following

const loremIpsum = require("@ssowa/loremipsum");
// or
import loremipsum from "@ssowa/loremipsum";

2. - Usage

// use parameters
let text = loremIpsum(20, 120, false)

// or
let text = loremIpsum({
    minWordCount: 40,
    maxWordCount: 120,
    paragraphs: <false|null|number>,
})
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago