Handlebars helper that returns a substring of characters from lorem ipsum latin text.
npm install handlebars-lipsumjavascript
{{lipsum 0 300}}
``javascript
{{lipsum "random" 300}}
``| Argument | Type | Description |
|:----------|:------------------|:--------------------------------------------------------------------------------------------------|
| from | Number or String | The starting index. If the value is 'random' a random index will be selected |
| to | Number | The ending index. |