UNPKG

@runningwater/lorem

Version:
17 lines (11 loc) 453 B
# @runningwater/lorem ![npm (scoped)](https://img.shields.io/npm/v/@runningwater/lorem) ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@runningwater/lorem) @runningwater/lorem returns a Lorem ipsum string. ```js const Lorem = require("@runningwater/lorem"); Lorem(4444); // => lorem wants a number lower than 4444 Lorem(1234); // => Running Water Lorem ipsum dolor sit amet, consectetur adipiscing elit.... ```