Skip to content

toolkit for making your own Lorem Ipsum generator - just BYO words

Notifications You must be signed in to change notification settings

vegetabill/meta-ipsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

toolkit for making your own Lorem Ipsum generator - just BYO words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published