latest
biegomar/loremA 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




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 }
Add Package
deno add jsr:@biegomar/lorem
Import symbol
import * as lorem from "@biegomar/lorem";
Import directly with a jsr specifier
import * as lorem from "jsr:@biegomar/lorem";
Add Package
pnpm i jsr:@biegomar/lorem
pnpm dlx jsr add @biegomar/lorem
Import symbol
import * as lorem from "@biegomar/lorem";
Add Package
yarn add jsr:@biegomar/lorem
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";