meta-ipsum
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

meta-ipsum

Framework for building Lorem Ipsum generators using your own custom vocabularly.

Example

const { createGenerator } = require("meta-ipsum");

const vocab = new Set(["pomeranian", "papillon", "akita", "shiba inu"]);

const generator = createGenerator(vocab);

console.log(generator.sentence());
// Shiba inu papillon pomeranian akita shiba inu papillon akita pomeranian.

Problem?

Report bugs or suggestions on GitHub issues

Readme

Keywords

none

Package Sidebar

Install

npm i meta-ipsum

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

7.42 kB

Total Files

14

Last publish

Collaborators

  • immutabill