handlebars-lipsum
v1.0.7
Published
Handlebars helper that returns a substring of characters from lorem ipsum latin text.
Downloads
9
Readme
Handlebars lipsum
Handlebars helper that returns a substring of characters of lorem ipsum latin text.
Usage
{{lipsum 0 300}}
{{lipsum "random" 300}}
Parameters
| 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. |