Skip to main content
Home

A library to generate an arbitrary sequence of “lorem ipsum” texts.

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
a year ago (0.1.1)

A library to generate an arbitrary sequence of “lorem ipsum” texts.

import generateWords, * as mod from "@biegomar/lorem";

if (import.meta.main) {
 console.log("Example text:", generateWords(10)); // Example text: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
 // -- OR -- 
 console.log("Example text:", mod.default(2)); // Example text: Lorem ipsum
}

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@biegomar/lorem

Import symbol

import * as lorem from "@biegomar/lorem";
or

Import directly with a jsr specifier

import * as lorem from "jsr:@biegomar/lorem";

Add Package

pnpm i jsr:@biegomar/lorem
or (using pnpm 10.8 or older)
pnpm dlx jsr add @biegomar/lorem

Import symbol

import * as lorem from "@biegomar/lorem";

Add Package

yarn add jsr:@biegomar/lorem
or (using Yarn 4.8 or older)
yarn dlx jsr add @biegomar/lorem

Import symbol

import * as lorem from "@biegomar/lorem";

Add Package

vlt install jsr:@biegomar/lorem

Import symbol

import * as lorem from "@biegomar/lorem";

Add Package

npx jsr add @biegomar/lorem

Import symbol

import * as lorem from "@biegomar/lorem";

Add Package

bunx jsr add @biegomar/lorem

Import symbol

import * as lorem from "@biegomar/lorem";